{% extends "traff/stat_base.html" %} {% load i18n %} {% block navigation %}
{{ form.as_p }} {% endblock %} {% block stat_data %} {% if detailed_stat %} {% if not WITHOUT_COST %}{% endif %} {% for column in columns %} {% endfor %} {% for entry in detailed_stat.object_list %} {% if not WITHOUT_COST %}{% endif %} {% for column in entry.columns %} {% endfor %} {% endfor %}
{% trans "Bytes" %}{% trans "Cost" %}{{ column }}
{{ entry.bytes|filesizeformat }}{{ entry.cost|floatformat:2 }}{{ column }}
{% endif %} {% endblock %}