{% extends 'base/header_content_footer.html' %} {% block content %}

{% blocktrans with user_name=profile.user.username %} Hello, {{ user_name }}! {% endblocktrans %}

Phone: {{ profile.phone }}

Date of Birth: {{ profile.date_of_birth }}

Affiliation: {{ profile.affiliation }}

Superior Department: {{ profile.superior_department }}

Date of Birth: {{ profile.date_of_birth }}

Address: {{ profile.address }}

{% if profile.avatar %}Avatar{% endif %} {% endblock %}