{% 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 %}
{% if repo.encrypted %}
{{ repo.name }} | {% elif enable_sys_admin_view_repo %}{{ repo.name }} | {% else %}{{ repo.name }} | {% endif %}{{ repo.size|filesizeformat }} | {{ repo.last_modify|translate_seahub_time }} |
{% trans "Name" %} | {% trans "Role" %} | {% trans "Create At" %} | {% trans "Operations" %} |
---|---|---|---|
{{ group.group_name }} | {{ group.role }} | {{ group.timestamp|tsstr_sec }} | {% trans "Delete" %} |