{% extends 'base.html.twig' %} {% block headtitle %}Liste des sessions {% endblock %} {% block title %} {{ parent() }} - Liste des sessions {% endblock %} {% block fildariane %}Boutique / Sessions {% endblock %} {% block headerlinks %} {% endblock %} {% block body %}

Gestion des sessions

Liste des sessions
{% for session in sessions %} {% else %} {% endfor %}
Lible Tarif Particulier Tarif Entreprise Tarif Etrangé Actions
Lible Tarif Particulier Tarif Entreprise Tarif Etrangé Actions
{{ session.libele }} {{ session.tarifParticulier }} DT {{ session.tarifEntreprise }} DT {{ session.tarifEtrange }} € {#
#}

Pas de Session trouvé
{% endblock %}