{% extends 'base.html.twig' %} {% block title %}{{ event.title }} - E-Ticket{% endblock %} {% block description %}{{ event.title }} - {{ event.startAt|date('d/m/Y') }} a {{ event.city }}{% endblock %} {% block og_type %}event{% endblock %} {% block og_image %} {% if event.eventMainPictureName %} {% else %} {% endif %} {% endblock %} {% block body %}
{{ message }}
{{ message }}
Aucune description pour cet evenement.
{% endif %}Cet evenement est termine. La billetterie est fermee.
{{ billet.name }}
{% if billet.description %}{{ billet.description }}
{% endif %}{% if not billet.unlimited and billet.quantity is not null %} {% if billet.quantity == 0 %} Rupture de stock {% elseif billet.quantity <= 10 %} Plus que {{ billet.quantity }} place{{ billet.quantity > 1 ? 's' : '' }} ! {% else %} {{ billet.quantity }} place{{ billet.quantity > 1 ? 's' : '' }} disponible{{ billet.quantity > 1 ? 's' : '' }} {% endif %} {% endif %}
{{ billet.priceHTDecimal|number_format(2, ',', ' ') }} €
0,00 €
Aucun billet disponible dans cette categorie.
{% endif %}{{ organizer.postalCode }} {{ organizer.city }}
{% endif %}