{% extends 'base.html.twig' %} {% trans_default_domain 'home' %} {% block title %}{{ 'Settings.title'|trans }} - J'agis{% endblock %} {% block body %}
{{ include('Settings/_header.html.twig') }}
{# ===== Sidenav ===== #} {# ===== Contenu principal ===== #}
{# --- Profil --- #}

person
{{ 'Settings.info_user'|trans }}

{# {% if app.user.photoProfil is same as("") or app.user.photoProfil is same as("default") or app.user.photoProfil is same as("default.png") %} #} image_profil {# {% else %} #} {# image_profil #} {# {% endif %} #}

{{ app.user.proNom }}

{{ app.user.proEmail }}

{# --- Notifications --- #} {# --- Messages prédéfinis --- #} {% if app.user.proOptionChat %} {% endif %} {# --- Contact --- #} {# --- Test --- #} {% if app.user.proEmail == 'leo.marcel.pro@gmail.com' %} {% endif %} {# --- Intégrations (chargé via AJAX) --- #} {% if app.user.proEmail in ['francois.morival@umay.fr', 'leo.marcel.pro@gmail.com'] %} {% endif %} {# --- Switch User --- #} {% if app.user.proEmail == 'leo.marcel.pro@gmail.com' %} {% endif %}
{% endblock %}