{% extends 'base.html.twig' %} {% block title %}{{ event.title }} - E-Ticket{% endblock %} {% block body %}
Gestion de l'evenement.
{% for message in app.flashes('success') %}{{ message }}
{{ message }}
Statut Stripe du compte organisateur
URL publique
{{ absolute_url(path('app_event_detail', {orgaSlug: event.account.slug, id: event.id, eventSlug: event.slug})) }}
Aucune affiche
Ajoutez une image via le formulaire
Aucune categorie. Ajoutez-en une pour commencer a vendre des billets.
{% endif %}{{ order.firstName }} {{ order.lastName }}
{{ order.email }}
| Reference | Cle | Billet | Acheteur | Statut | Scanne | Actions |
|---|---|---|---|---|---|---|
| {{ ticket.reference }} | {{ ticket.securityKey }} | {{ ticket.billetName }} |
{{ ticket.billetBuyer.firstName }} {{ ticket.billetBuyer.lastName }} {{ ticket.billetBuyer.email }} |
{% if ticket.state == 'valid' %} Valide {% elseif ticket.state == 'invalid' %} Annule {% elseif ticket.state == 'expired' %} Expire {% endif %} {% if ticket.invitation %} Invitation {% endif %} | {% if ticket.firstScannedAt %} {{ ticket.firstScannedAt|date('d/m/Y H:i') }} {% else %} - {% endif %} | PDF {% if ticket.state == 'valid' %} {% endif %} |
| Aucun ticket vendu. | ||||||
Selectionnez les categories et/ou billets a inclure dans l'attestation. Le document PDF certifiera le nombre de billets vendus et le chiffre d'affaires HT (hors invitations).
{{ search_query ? 'Aucune commande trouvee.' : 'Aucune commande pour cet evenement.' }}
{% endif %}