{% extends "django_cradmin/standalone-base.django.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %} {% trans "About" %} {% endblock title %} {% block body %}
{% trans "Below you can see information about your profile that is stored in Devilry. Report if the" %} {% trans " information is wrong" %}.
{% trans "Name" %} | {{ user.devilryuserprofile.full_name }} |
{% trans "Email Address" %} | {{ user.email }} |
{% trans "Username" %} | {{ user.username }} |
{% trans "Last login" %} | {{ user.last_login }} |