{% extends 'guichet/event_base.html' %} {% load modal_tags %} {% block admintickettab %} class="active"{% endblock %} {% load get_item %} {% block eventcontent %}

Résumé

{% if ticket.design %} {% endif %}

{% if ticket.admin_ticket %} Ce billet ne peut être donné que par un administrateur de l'évènement.{% endif %}

Nom du billet : {{ ticket.name }}

Prix : {{ ticket.price }} €

{% if ticket.allowed_external %}

Type de billet : ouvert à tous

{% else %}

Type de billet : soumis à conditions :

{% endif %} {% if ticket.limit %}

Nombre de place : {{ ticket.limit }} dont {{ ticket.places_remaining }} restante{{ ticket.places_remaining|pluralize }}

{% endif %} {% if ticket.max_purchase_date %}

Date limite de vente : {{ ticket.max_purchase_date|date:'d b o à H:i' }}

{% endif %} {% if ticket.min_purchase_date %}

Date début de vente : {{ ticket.min_purchase_date|date:'d b o à H:i' }}

{% endif %}

Remarques (courtes) : {% if ticket.short_notes %}{{ ticket.short_notes }}{% else %}pas de remarques{% endif %}

{% if request.managers_access >= manager_acl.EVENT_MANAGER %}  Éditer  Supprimer le billet {% else %}  Infos Générales {% endif %} {% if ticket.design and display_sandbox_ticket %} Imprimer un billet de test {% endif %}

Options du billet

{% if options %}

Options :

{% else %}

Options : pas d'option pour ce billet

{% endif %} {% if options_exlusive %}

Options exclusives :

{% else %}

Options exclusives : pas d'option exclusive pour ce billet

{% endif %} {% if request.managers_access >= manager_acl.EVENT_MANAGER %} {% if editable %}

Ajouter une option* Ajouter un groupe d'options**

{% else %}

Des (pré)reservations ont eu lieu sur ce ticket. Il est maintenant impossible d'ajouter ou de supprimer les options.

{% endif %} {% endif %}

Informations supplémentaires

{% if info_sup_before %}

Informations à fournir avant le paiement :

{% endif %} {% if info_sup_after %}

Informations à fournir après le paiement :

{% endif %} {% if not info_sup_before and not info_sup_after %}

Pas d'information à fournir

{% endif %} {% if request.managers_access >= manager_acl.EVENT_MANAGER %} {% if editable %}

Demander une nouvelle informations supplémentaires

{% else %}

Des (pré)reservations ont eu lieu sur ce ticket. Il est maintenant impossible d'ajouter ou de supprimer les informations supplémentaires.

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