{% extends "django_cradmin/standalone-base.django.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %} {% trans "About" %} {% endblock title %} {% block body %}
{% if not DJANGO_CRADMIN_USE_EMAIL_AUTH_BACKEND %} {% endif %} {% if DJANGO_CRADMIN_FORGOTPASSWORD_URL %} {% endif %}
{% trans "Name" %}: {{ user.devilryuserprofile.full_name }}
{% trans "Email Address" %}: {{ user.email }}
{% trans "Username" %}: {{ user.username }}
{% trans "Password" %}: {% trans "Reset password" %}
{% trans "Language" %}: {% include "devilry_header/includes/change_language.django.html" %}
{% trans "Last login" %}: {{ user.last_login|date:"SHORT_DATETIME_FORMAT" }}
{% endblock body %}