{# Se importa el template base #} {% extends 'MainBundle:Master:template.html.twig' %} {% block scripts %} {% set configUser = app.user.config %} {% if configUser.skin_dark is defined %} {% if configUser.skin_dark %} {# validacion tema oscuro #} {% else %} {# validacion tema claro #} {% endif %} {% else %} {% endif %} {% endblock scripts %} {% block content %}
{{ 'utilities.error.status'|trans([], 'LocalizationBundle') }}