{% extends 'MainBundle:Master:template.html.twig' %} {% block scripts %} {# CSS #} {#Bootstrap#} {% 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 %} {# JS #} {% endblock scripts %} {% block content %}

{{ 'menu.transcrip'|trans([], 'LocalizationBundle') }}

{# Worklist #}
{# options modal #} {# End modal options #} {% endblock content %}