{% extends "base.html" %} {% block boutons_droite %} {% include 'aemo/famille_boutons.html' with active='agenda' %} {% endblock %} {% block content %}
Famille {{ famille.nom }} - {{ famille.adresse }}
Bilan du {{ bilan.date }}{% if bilan.phase %} - Phase {{ bilan.phase }}{% endif %}
{% for label, value in data %}

{{ label }}

{{ value|default:'-'|raw_or_html }} {% endfor %} {% if bilan.fichier and bilan.famille|can_edit:user %}

Document annexé

{{ bilan.fichier }} {% endif %}
Retour {% if bilan|can_edit:user %} Modifier
{% csrf_token %}
{% endif %}
{% endblock %}