{% extends 'base.html.twig' %} {% block title %}{% trans %}title_user_profile{% endtrans %}{% endblock %} {% block subtitle %}{% if app.user.mainRank %}{{ app.user.mainRank.shortname }}. {% endif %}{{ app.user.fullName }}{% endblock %} {% block body %}

{% trans %}title_informations{% endtrans %}


{{ form(form) }}

{% trans %}title_actions{% endtrans %}

{% trans %}button_change_password{% endtrans %}

{% trans %}title_documents{% endtrans %}


{% include '_cells/documentTable.html.twig' with {'documents': pagination, 'noauthor': true, 'noaction': true} %}
{{ knp_pagination_render(pagination) }}
{% endblock %}