{% extends estXHR ? 'page-xhr-modal.html.twig' : 'page.html.twig' %} {% block title %}Tarifs{% endblock %} {% block style %} {% endblock %} {% block page %}
Tarifs de {{ composant.nom }} ({{ composant.idTypeComposant.libelle }})
Ajouter tarif
{% for tarif in tarifs %}
{{ tarif.libelle }}
Mis à jour le : {{ tarif.dateModification | date('d/m/Y') }}
Editer tarif
{% endfor %} {% if tarifs | length == 0 %}

Aucun tarif pour ce composant

{% endif %} {% endblock %}