{% extends 'administration/_layout.html.twig' %} {% block title %}Contrat d'accueil - {{ enfant.prenom }} {{ enfant.nom }}{% endblock %} {% set jours = [ {value: 'lundi', label: 'Lundi'}, {value: 'mardi', label: 'Mardi'}, {value: 'mercredi', label: 'Mercredi'}, {value: 'jeudi', label: 'Jeudi'}, {value: 'vendredi', label: 'Vendredi'}, {value: 'samedi', label: 'Samedi'}, {value: 'dimanche', label: 'Dimanche'}, ] %} {% block page_title %}Contrat d'accueil - {{ enfant.prenom }} {{ enfant.nom }}{% endblock %} {% block toolbar_actions %} Fiche complète {% endblock %} {% block body %}
| Période | Tarif | Facturation | Statut |
|---|---|---|---|
| {{ contrat.dateDebut|date('d/m/Y') }}{% if contrat.dateFin %} – {{ contrat.dateFin|date('d/m/Y') }}{% endif %} | {{ contrat.tarifConvenu }} ({{ contrat.libelleTarif }}) |
{{ contrat.modeFacturation.label }}
{% if contrat.fraisPreavisNonRemboursable %} Préavis non remboursable : {{ contrat.fraisPreavisNonRemboursable }}{% endif %} {% if contrat.motifAvenant %} Avenant : {{ contrat.motifAvenant }}{% endif %} |
{% if contrat.actif %} Actif {% else %} Clos {% endif %} |