{% extends "sysadmin/base.html" %} {% load seahub_tags i18n %} {% block cur_traffic %}tab-cur{% endblock %} {% block right_panel %}

{% trans "User Traffic" %}

{% for info in traffic_info_list %} {% endfor %}
{% trans "User" %} {% trans "Total Usage" %}
{{ info.email }} {{ info.total |filesizeformat }}
{% if current_page != 1 %} {% trans "Previous" %} {% endif %} {% if page_next %} {% trans "Next" %} {% endif %} {% if current_page != 1 or page_next %} | {% endif %} {% trans "Per page: " %} {% if per_page == 25 %} 25 {% else %} 25 {% endif %} {% if per_page == 50 %} 50 {% else %} 50 {% endif %} {% if per_page == 100 %} 100 {% else %} 100 {% endif %}
{% endblock %} {% block extra_script %} {% endblock %}