{% extends FUNC_BASE_HTML %} {% load i18n %} {% block css %}{{ block.super }} {% endblock css %} {% block js %} {{ block.super }} {% endblock js %} {% block ajaxform_modified %} {{ block.super }} {% endblock ajaxform_modified %} {% comment %} {% block to_ajaxform %} {% endblock to_ajaxform %} {% endcomment %} {% block function %}
{% if not enable %}
{% trans "Information" %}



{% endif %} GB
{% trans "(Please input with first decimal point)" %}

{% trans "User List" %}

{% if user_list %} {% for user in user_list|dictsort:"name" %} {% endfor %}
{% trans "name" %} {% trans "quota current" %} {% trans "quota limit" %}
{{ user.name }} {{ user.quota_used }} GB {{ user.quota_field }} GB
{% else %}

{% trans "nothing" %}

{% endif %}

{% trans "Domain User List" %}

{% if domain_user_list %} {% for user in domain_user_list %} {% endfor %}
{% trans "name" %} {% trans "quota current" %} {% trans "quota limit" %}
{{ user.name }} {{ user.quota_used }} GB {{ user.quota_field }} GB
{% else %}

{% trans "nothing" %}

{% endif %}
{% endblock function %}