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

{% blocktrans with user_name=fnprofile.user.username %} Hello, {{ user_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 %}