{% extends "base.html" %} {% load i18n %} {% load humanize %} {% block content %}

{% trans title %}

{% if releases %} {% for r in releases %} {{ r.tag }} {% endfor %} {% endif %} {% for stat_type, data_tuple in results.items %} {% endfor %}
{% trans "Name" %} {% trans "Last Value" %}
{{ stat_type.short_comment }} {{ data_tuple.0|intword }}
{% endblock %}