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

{% blocktrans with USER_FULL_NAME=USER_FULL_NAME %} Hello, {{ USER_FULL_NAME }}! {% endblocktrans %}

Phone: {{ fnprofile.phone }}

Date of Birth: {{ fnprofile.date_of_birth }}

Affiliation: {{ fnprofile.affiliation }}

Superior Department: {{ fnprofile.superior_department }}

Date of Birth: {{ fnprofile.date_of_birth }}

Address: {{ fnprofile.address }}

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