{% extends 'base.html' %} {% block title %}
Имя пользователя: {{ user.username }}
Дата рождения: {{ user.profile.birth_date|date:'d.m.Y' }}
Почта: {{ user.email }}