{% extends 'html/base.html' %} {% load static %} {% block title %} Détails {{ family_medical_history.name }} {% endblock %} {% block content %}

Liste des antécédents médicaux familiaux {{ family_medical_history.name }}

Retour

Date de dernière mis à jour : {{ family_medical_history.updated_date }}

Description

{{ family_medical_history.description }}

{% if messages %}
{% endif %} {% endblock %}