{% extends 'Default/base.html.twig' %} {% block title %} {{'Profile.Edit_Profile.T1'|trans}} {% endblock %} {% block breadcrumb1 %} {{'Profile.Edit_Profile.T3'|trans}} {% endblock %} {% block breadcrumb2 %} {{'Profile.Edit_Profile.T1'|trans}} {% endblock %} {% block content %}
{{'Profile.Show_Profil.T4'|trans}}
{{'Profile.Show_Profil.T5'|trans}} : {% if user.civility == "Mr" %} {{'Profile.Edit_Profile.T5'|trans}} {% else %} {{'Profile.Edit_Profile.T6'|trans}} {% endif %}
{{'Profile.Show_Profil.T6'|trans}} : {{ user.firstName ~' '~user.lastName }}
{{'Profile.Show_Profil.T7'|trans}} : {{ user.email }}
{{'Profile.Show_Profil.T8'|trans}} : {% if user.roles[0]=="ROLE_MANAGER" %} {{'Profile.Show_Profil.T10'|trans}} {% elseif user.roles[0]=="ROLE_ADMIN_COUNTRY" %} {{'Profile.Show_Profil.T11'|trans}} {% elseif user.roles[0]=="ROLE_ADMIN_WORLD" %} {{'Profile.Show_Profil.T12'|trans}} {% elseif user.roles[0]=="ROLE_CANDIDAT" %} {{'Profile.Show_Profil.T15'|trans}} {% endif %}
{{'Profile.Show_Profil.T9'|trans}} : {% if user.enabled %} {{'Profile.Show_Profil.T13'|trans}} {% else %} {{'Profile.Show_Profil.T14'|trans}} {% endif %}
{% endblock %}