{% set config = helper.config %} {% set listAbouts = helper.listAbouts %} {% block modals %} {% include 'modals/headerModals.html.twig' %} {% include 'modals/loginModal.html.twig' %} {% endblock %} {% set noheader = app.request.get('noheader') %} {% set iframe = app.request.get('iframe') %} {% set logo = config.favicon ? config.favicon : config.logo %} {% if logo %}{% endif %} {% set logo = config.logoInline ? config.logoInline : config.logo %} {% if logo %} {% else %} {{ config.appName }} {% endif %} {{ navTitle|default(config.appName) }} {% if not iframe %} La carte {% endif %} {% if config.addFeature.active and (not config.addFeature.isOnlyAllowedForAdmin() or is_granted('ROLE_ADMIN')) %} Ajouter {{ config.elementDisplayNameIndefinite }} {% endif %} {% if config.ActivatePage1 and helper.countPartners %} {{ config.Page1Title }} {% endif %} {% if config.ActivatePage2 and helper.countPartners %} {{ config.Page2Title }} {% endif %} {% if config.ActivatePage3 and helper.countPartners %} {{ config.Page3Title }} {% endif %} {% if config.activateAbouts and listAbouts.count %} {{ config.aboutHeaderTitle }} {% for about in listAbouts %} {% if not loop.first %}{% endif %} {{about.name}} {% endfor %} {% endif %} {# no loggin in iframe #} {% if not iframe %} {% set userName = app.user ? app.user.username : app.session.get('userEmail') ? app.session.get('userEmail') : null %} {{ userName }} Interface admin Mon Espace Se Déconnecter Connexion {% endif %}