{% extends 'base.html.twig' %} {% block title %}Liste des tarifs - Emusic{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %}

Liste des tarifs

Grille tarifaire

{{ tarifs|length }} tarifs
{% for tarif in tarifs %} {% else %} {% endfor %}
Montant Type de cours Quotient familial Actions
{{ tarif.montant }} € {{ tarif.typeCours.libelle }} {{ tarif.quotientFamilial.libelle }}

Aucun tarif trouvé

Aucun tarif n'a été configuré dans le système pour le moment.

À propos des tarifs

Les tarifs sont déterminés en fonction du type de cours et du quotient familial. Pour toute question concernant la grille tarifaire, veuillez contacter l'administration.

{% endblock %}