{% extends "admin_base.html" %} {% load i18n avatar_tags %} {% load url from future %} {% block nav_useradmin_class %}class="cur"{% endblock %} {% block left_panel %}
{{ nickname }}
{% endif %}{% trans "Total" %}: {{ quota_usage|filesizeformat }} {% if quota > 0 %}/ {{ quota|filesizeformat }} {% endif %}
{% trans "Used" %}: {{ my_usage|filesizeformat }}
{% trans "Sharing" %}: {{ share_usage|filesizeformat }}
{% else %}{{ quota_usage|filesizeformat }} {% if quota > 0 %}/ {{ quota|filesizeformat }} {% endif %}
{% endif %}{% trans "Name" %} | {% trans "Description" %} | {% trans "Operations" %} | |
---|---|---|---|
![]() |
{{ repo.props.name }} | {{ repo.props.desc }} | {% trans "Delete" %} |
{% trans "Empty" %}
{% endif %}{% trans "Name" %} | {% trans "Share From" %} | {% trans "Description" %} | |
---|---|---|---|
![]() |
{{ repo.props.repo_name }} | {{ repo.props.user }} | {{ repo.props.repo_desc }} |
{% trans "Empty" %}
{% endif %} {% endblock %} {% block extra_script %} {% endblock %}