{% extends "organizations/org_admin_base.html" %} {% load i18n avatar_tags seahub_tags %} {% load url from future %} {% block nav_useradmin_class %}class="cur"{% endblock %} {% block extra_style %} {% endblock %} {% block main_content %}
{% trans "Name" %} | {% trans "Size"%} | {% trans "Last Update"%} | {% trans "Operations" %} | ||
---|---|---|---|---|---|
![]() |
{% else %}
![]() |
{% endif %}
{{ repo.props.name }} | {{ repo.size|filesizeformat }} | {{ repo.last_modify|translate_seahub_time }} | {% trans "Delete" %} |
{% trans "None" %}
{% endif %}