{% if favicon is defined %} {% else %} {% endif %} {% set nav_active = app.request.attributes.get('_route') %} {% if backgroundImage.path is defined %} {% set body_img = backgroundImage.path %} {% endif %} {% set has_template = template is defined %} {% set tpl_is_classic = template is defined and template == 'classic' %} {% set tpl_is_full = template is defined and template == 'full' %} {% set color_primary, color_secondary, color_background = primaryColor, secondaryColor, backgroundColor %} {% block stylesheets %} {% if has_template %} {% if color_primary is defined and color_secondary is defined %} {% include 'app/templates/' ~ template ~ '/_colors.html.twig' %} {% endif %} {% endif %} {% endblock %} {% block header_js %}{% endblock %} {% include 'app/common/components/_tarteaucitron_js.html.twig' %} {% block body %}
{% block forward %}{% endblock %} {% block container %}
{% block header %}{% endblock %} {% block content %}{% endblock %} {% block footer %}{% endblock %}
{% endblock %} {% block after %}{% endblock %}
{% endblock %} {% block modals %}{% endblock %} {% if popup is defined %} {% include 'app/common/components/_popup.html.twig' with {'popup': popup} %} {{ append_js_code("$('#modal-contact').modal('show');") }} {% if popup.timeDisplay is not null %} {{ append_js_code("setTimeout(function(){$('#modal-contact').modal('hide');}, " ~ popup.timeDisplay ~ ");") }} {% endif %} {% endif %} {% block footer_js %} {% include '@SmartCore/asset/javascripts.html.twig' %} {% block view_js %}{% endblock %} {% endblock %}