{% extends 'guichet/event_base.html' %} {% load static %} {% load bootstrap3 %} {% block admintickettab %} class="active"{% endblock %} {% block css %} {{ block.super }} {{ form.media.css }} {% endblock %} {% block eventcontent %}
{% bootstrap_form form %} {{ formoptions.management_form }} {% for f in formoptions %}
{% bootstrap_form f %}
{% endfor %} {% csrf_token %} {% buttons %}

{% if request.managers_access >= manager_acl.EVENT_MANAGER %} Annuler {% else %} Retour {% endif %}

{% endbuttons %}
{% endblock %} {% block js_foot %} {{ block.super }} {{ form.media.js }} {% if not restrict and request.managers_access >= manager_acl.EVENT_MANAGER %} {% endif %} {% endblock %}