{% 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 %}