{% extends 'base.html.twig' %} {% block title %}Votre agenda{% endblock %} {% block customNavigation %} {% include "base/nav-customer.html.twig" %} {% endblock %} {% block body %} {{ include("base/ban-customer.html.twig", {name_page: "Votre agenda"}) }}
Liste des ateliers
| Date | Atelier | Heure | Places | |
|---|---|---|---|---|
| {{ content.startDayAt|date("d/m/Y", "Europe/Paris") }} |
{{ content.name }}
{{ content.description }}
|
{{ content.startDayAt|date("H:i:s", "Europe/Paris") }} | {% if content.places > 900 %} illimité {% elseif content.lacks == 0 %} - {% else %} {{ content.lacks }} / {{ content.places }} {% endif %} | {% if content.id in listEvent %} Annuler {% else %} {% if content.lacks > 0 %} {% if content.price is same as('Gratuit') %} Réserver {% else %} Acheter {% endif %} {% else %} - Atelier complet - {% endif %} {% endif %} |
Aucun atelier n'est prévu ce mois-ci.