{% extends request.is_ajax|yesno:'nullcont.htm,accounts/ext.htm' %} {% load i18n %} {% block content %}
| {% trans 'Telephone' %} | {{ userprofile.telephone }} |
| {% trans 'User name' %} | {{ userprofile.username }} |
| {% trans 'Name and surname' %} | {{ userprofile.fio }} |
| {% trans 'Is enable' %} | |
| {% trans 'Last login' %} | {{ userprofile.last_login|date:"l d E Y H:i" }} |
| {% trans 'Is superuser' %} |