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

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