{% load seahub_tags i18n %}
{% 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 %}
|
{{ user.self_usage|filesizeformat }} {% if user.quota > 0 %} / {{ user.quota|filesizeformat }} {% 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" %} {% if is_admin_page %} {% trans "Revoke Admin" %} {% endif %} {% endif %} |