{% extends 'app/base.html.twig' %} {% block title %}{{ tarif ? 'Modifier le tarif' : 'Nouveau tarif' }}{% endblock %} {% block body %}

{{ tarif ? 'Modifier le tarif' : 'Nouveau tarif' }}

Retour
{% for t in ['eleve', 'personnel', 'offert', 'adulte', 'enseignant', 'autre'] %} {% endfor %}
{% if tarif %}
{% endif %}
Annuler
{% endblock %}