{% extends "sysadmin/base.html" %} {% load seahub_tags i18n staticfiles %} {% block cur_statistic %}tab-cur{% endblock %} {% block right_panel %} {% with cur_tab='report' %} {% include 'sysadmin/snippets/sys_statistic_nav.html' %} {% endwith %}

{% trans "Monthly User Traffic" %}

{% trans "User Storage" %}

{% endblock %} {% block extra_script %} {% endblock %}