LP
    {#
  • {{ render(controller('App\\Controller\\DefaultController::messagesPlateforme')) }}
  • #}
{% if is_granted('IS_AUTHENTICATED_FULLY') %} {% if is_granted('ROLE_ADMIN') %}
  • Administration
{% endif %} {# {{ render(controller('App\\Controller\\DefaultController::notifications')) }} #}
  • Mes informations personnelles
  • {% if is_granted('ROLE_SOCIETE') %}
  • Mon compte société
  • Mes adresses de facturation
  • {% endif %}
  • Se déconnecter
{% else %}
  • Se connecter
{% endif %}