{% extends "admin_base.html" %} {% load i18n avatar_tags seahub_tags %} {% load i18n staticfiles %} {% load url from future %} {% block extra_style %} {% endblock %} {% block left_panel %}
{% trans "Used" %}: {{ space_usage|filesizeformat }} {% if space_quota > 0 %} / {{ space_quota|filesizeformat }} {% endif %}
{% if CALC_SHARE_USAGE %}{% trans "Sharing" %}: {{ share_usage|filesizeformat }} {% if share_quota > 0 %} / {{ share_quota|filesizeformat }} {% endif %}
{% endif %} {% trans "Set Quota" %}{% trans "Name" %} | {% trans "Size"%} | {% trans "Last Update"%} | {% trans "Operations" %} | ||
---|---|---|---|---|---|
![]() |
{% else %}
![]() |
{% endif %}
{{ repo.props.name }} | {{ repo.size|filesizeformat }} | {{ repo.last_modify|translate_seahub_time }} |
{% trans "None" %}
{% endif %}