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

Liste des Pathology identifiées {{ identified_pathology.name }}

Retour

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

Description

{{ identified_pathology.description }}

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