{% 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 %} {% if choice_form %} {{ choice_form.management_form }} {% for f in choice_form %}
{% bootstrap_form f %}
{% endfor %} {% endif %} {% csrf_token %} {% if request.managers_access >= manager_acl.EVENT_MANAGER %} {% buttons %}

Annuler

{% endbuttons %} {% else %} {% buttons %}

Retour

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