{% extends 'MainBundle:Master:template.html.twig' %} {% block scripts %} {# CSS #} {#Bootstrap#} {% if configUser.skin_dark is defined %} {% if configUser.skin_dark %} {# validacion tema oscuro #} {% else %} {# validacion tema claro #} {% endif %} {% else %} {% endif %} {# JS #} {% endblock %} {% block content %}

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

{# Worklist #}
{% endblock %}