{% 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 %} ファイルアップ時には is_ajax できないので解除 {% block to_ajaxform %} {% endblock to_ajaxform %} {% endcomment %} {% block function %}
{% if not enable %}
{% trans "Information" %}



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

{% trans "Group List" %}

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

{% trans "nothing" %}

{% endif %}

{% trans "Domain Group List" %}

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

{% trans "nothing" %}

{% endif %}
{% endblock function %}