{% block metatag %} {% endblock %} {{ encore_entry_script_tags('googleTagManager') }} {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {% block body %} {% include 'shared/header.html.twig' %} {% block content %} {% endblock %} {% include 'shared/footer.html.twig' %} {% if is_granted('IS_AUTHENTICATED_FULLY') == false %} {% include 'authentification/login.html.twig' %} {% include 'authentification/signup.html.twig' %} {% include 'authentification/lostpassword.html.twig' %} {% else %} {% include 'authentification/require-phone.html.twig' %} {% endif %} {% if completeRegistration is defined and completeRegistration is not null %} {% include 'authentification/complete-signup.html.twig' %} {% endif %} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {{ encore_entry_script_tags('authentification') }} {% endblock %} {% block morejavascripts %} {% endblock %}