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

Antécédents médicaux chirurgicaux {{ surgical_medical_history.name }}

Retour

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

Description

{{ surgical_medical_history.description }}

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