{% extends "admin/header.html" %} {% load i18n %} {% load admin_tags %} {% load lib_tags %} {% block leftcol %}
{% get_extra_admin_content user "leftcol" selection %} {% endblock %} {% block apparea %}| {% trans "Full name" %} | {{ object.fullname }} |
|---|---|
| {% trans "Role" %} | {{ object.get_role_display }} |
| {% trans "Created" %} | {{ object.date_joined|date:"SHORT_DATETIME_FORMAT" }} |
| {% trans "Last login" %} | {{ object.last_login|date:"SHORT_DATETIME_FORMAT" }} |
| {% trans "Secondary email" %} | {{ object.secondary_email|default:_("Not defined") }} |
| {% trans "Phone number" %} | {{ object.phone_number|default:_("Not defined") }} |
| {% trans "Quota" %} | {% include "common/progressbar.html" with id='quotabar' value=object.mailbox.get_quota_in_percent %} |
| {{ domain }} |
| {% trans "No domain defined." %} |
| {{ alias }} |
| {% trans "No alias defined" %} |
| {{ saddress }} |
| {% trans "No sender address defined" %} |