{% block stylesheets %} {{ encore_entry_link_tags('base') }} {% endblock %} {% if (client is defined) and (client.getEscudo() is defined) %} {% else %} {% endif %} {% block firebase %} {% endblock %} {% set route = app.request.attributes.get('_route') %} {% set route_params = app.request.attributes.get('_route_params') %} {% set params = route_params|merge(app.request.query.all) %} {% if client!=null %} {% block header %} {% include '@GinsaSistema/Menus/menu.html.twig' %} {% endblock %}
{% block body %} {% if licencia==true %} {% block contentBody %} {% endblock %} {% else %} {% include '@GinsaSistema/ErroresControlados/sinLicencia.html.twig' %} {% endif %} {% endblock %}
{% include '@GinsaSistema/Loadings/loading.html.twig' %} {% block footer %} {% include '@GinsaSistema/Footers/footer.twig' %} {% endblock %} {% else %} {% include '@GinsaSistema/ErroresControlados/construccion.html.twig' %} {% endif %} {% block javascripts %} {{ encore_entry_script_tags('base') }} {% endblock %}