{% extends 'guichet/event_base.html' %} {% load bootstrap3 %} {% load modal_tags %} {% block adminchecktab %} class="active"{% endblock %} {% block css %} {{ block.super }} {{ form.media.css }} {% endblock %} {% block eventcontent %} {% if request.managers_access >= manager_acl.ENTRY_MANAGER %}

Contrôle des entrées {% if entered %}
entrées validées : {{ entered }} / {{ total }}, restantes : {{ expected }}
{% endif %}

{% if message %}

{{ message }}

{% endif %}
{% if registration %}

Détails

Bénéficiaire : {{ registration.get_real_payee }}

Billet : {{ registration.ticket.name }}

{% if registration.payee %}

Référent : {{ registration.owner.get_full_name }}

{% endif %}

Numéro de billet : {{ registration.id }}

{% if registration.options.all %}

Option(s) choisie(s) :

{% endif %}
{% if registration.used == False %}
{% csrf_token %} {% buttons %} {% endbuttons %}
{% else %}

Ce billet est déjà validé

{% endif %}
{% endif %} {% if tickets %}

Vente sur Place

{% endif %} {% confirm_modal_form %} {% else %}

Accès non authorisé

Vous n'avez pas les permissions nécessaires pour contrôler cette entrée

{% endif %} {% endblock %} {% block js_foot %} {{ block.super }} {% confirm_modal_js %} {% endblock %}