{% extends "base.html" %} {% block extrastyle %} {% endblock %} {% block boutons_droite %} {% if famille %} {% include './famille_boutons.html' with active='prestation' %} {% endif %} {% endblock %} {% block content %}

{% if famille %} Famille {{ famille.nom }} - {{ famille.adresse }} {% else %} Mes prestations générales {% endif %}

{% csrf_token %}
{{ form.date_prestation|as_field_group }}
{{ form.duree|as_field_group }}
{{ form.texte|as_field_group }}
{{ form.manque }} {{ form.manque.label_tag|strip_colon }}
{{ form.fichier|as_field_group }}
{{ form.intervenants|as_field_group }}
{% include "actions.html" %}
{% endblock %}