diff --git a/seahub/templates/sysadmin/sys_org_info.html b/seahub/templates/sysadmin/sys_org_info.html deleted file mode 100644 index 21f929a0a9..0000000000 --- a/seahub/templates/sysadmin/sys_org_info.html +++ /dev/null @@ -1,240 +0,0 @@ -{% extends "admin_base.html" %} -{% load i18n avatar_tags seahub_tags group_avatar_tags %} -{% load url from future %} - -{% block nav_orgadmin_class %}class="cur"{% endblock %} - -{% block extra_style %} - -{% endblock %} - -{% block left_panel %} - -
{{ quota_usage|filesizeformat }} {% if total_quota > 0 %}/ {{ total_quota|filesizeformat }} {% endif %}
- {% trans "Set Quota" %} -{% trans "Email" %} | -{% trans "Status" %} | -{% trans "Space Used" %} | -{% trans "Create At / Last Login" %} | -{% trans "Operations" %} | -
---|---|---|---|---|
{{ user.email }} | -
-
- {% if user.is_active %}
- {% trans "Active" %}
- {% else %}
- {% trans "Inactive" %}
- {% endif %}
-
-
- ![]() |
- - {% if CALC_SHARE_USAGE %} - {{ user.self_usage|filesizeformat }} + {{ user.share_usage|filesizeformat }} {% if user.quota > 0 %} / {{ user.quota|filesizeformat }} {% endif %} - {% else %} - {{ user.self_usage|filesizeformat }} {% if user.quota > 0 %} / {{ user.quota|filesizeformat }} {% endif %} - {% endif %} - | -- {{ user.ctime|tsstr_sec }} / {% if user.last_login %}{{user.last_login|translate_seahub_time}} {% else %} -- {% endif %} - | -- {% if not user.is_self %} - {% trans "Delete" %} - {% trans "ResetPwd" %} - {% endif %} - | -
{% trans "Name" %} | -{% trans "Creator" %} | -{% trans "Create At" %} | -{% trans "Operations" %} | -
---|---|---|---|
{{ group.group_name }} | -{{ group.creator_name }} | -{{ group.timestamp|tsstr_sec }} | -{% trans "Delete" %} | -
{% trans "None" %}
- {% endif %} -{% trans "Activating..., please wait" %}
-{{ quota_usage|filesizeformat }} {% if total_quota > 0 %}/ {{ total_quota|filesizeformat }} {% endif %}
+ {% trans "Set Quota" %} +