{# This is the base template used as the application layout which contains the common elements and decorates all the other templates. See https://symfony.com/doc/current/book/templating.html#template-inheritance-and-layouts #} {% block title %}c4rg0 air{% endblock %} {% block stylesheets %} {% if block("body_id") is defined and (block("body_id") == "homepage" or block("body_id") == "spedarchive") %} {% else %} {% endif %} {% if block("body_id") is defined and ((block("body_id") == "main-weighs") or (block("body_id") == "homepage")) %} {% endif %} {% endblock %} {% block stylesheets_last %} {% endblock %} {% block js %} {% endblock %} {% block customjs %}{% endblock %} {% block primoblocco %} {% endblock %} {% set base_flag_ridotto = false %} {% if salvato|default(null) != null and salvato > 0 %} {% set base_flag_ridotto_full = true %} {% else %} {% set base_flag_ridotto_full = false %} {% endif %} {% block formsecondaria %} {% endblock %} {% if block("body_id") is not defined or (block("body_id") != "login") %} {% endif %}
{% include 'block/lock.html.twig' %}
{% block header %} {% endblock %} {% block modal %}

{% endblock %} {% if is_granted('ROLE_USER') %} {% block menuleft %} {% endblock %} {% endif %} {% block primariga %} {% endblock %} {% block body %} {% endblock %} {# it's not mandatory to set the timezone in localizeddate(). This is done to avoid errors when the 'intl' PHP extension is not available and the application is forced to use the limited "intl polyfill", which only supports UTC and GMT #}
{% if block("body_id") is not defined or (block("body_id") != "login") %} {% endif %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {% if block("body_id") is defined and (block("body_id") == "login") %} {% endif %} {% endblock %} {% block javascripts_last %} {# #} {% endblock %} {% block footer %} {% endblock %}