{% extends "django_backend/base_dialog.html" %} {% load django_backend_tags %} {% block content %}
Username: {{ user.username }} {% if user.get_full_name %}Name: {{ user.get_full_name }}{% endif %} E-Mail: {{ user.email }}
Change password Logout