{% extends 'MainBundle:Master:template_head.html.twig' %} {% block scripts %} {#Bootstrap#} {% endblock %} {% block content %}

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

{% if(eventLock is iterable) %} {% for EvL in eventLock %} {% endfor %}
{% else %} {% endif %}
{# Div modal alerts#}
{% endblock %}