{% extends "base.html" %} {% load static %} {% block title %}{{ article.titre }} — GiniFollow{% endblock %} {% block meta_description %}{{ article.resume|default:article.titre|truncatewords:30 }}{% endblock %} {% block og_description %}{{ article.resume|default:article.titre|truncatewords:30 }}{% endblock %} {% block og_type %}article{% endblock %} {% block og_title %}{{ article.titre }} — GiniFollow{% endblock %} {% block og_image %}{{ article_og_image }}{% endblock %} {% block twitter_title %}{{ article.titre }} — GiniFollow{% endblock %} {% block twitter_description %}{{ article.resume|default:article.titre|truncatewords:30 }}{% endblock %} {% block twitter_image %}{{ article_og_image }}{% endblock %} {% block extra_head %} {% if article.mots_cles %} {% endif %} {% endblock %} {% block page_header %} {% endblock %} {% block content %}
Information éducative : ces contenus ne remplacent pas une consultation médicale, ne posent pas de diagnostic et ne prescrivent aucun traitement.
{% if article.mots_cles_liste %}
{% for mot in article.mots_cles_liste %} {{ mot }} {% endfor %}
{% endif %} {% if article.type == "video" and article.url_externe %}
{% endif %}
{% if article.texte_intro %}
{{ article.texte_intro|linebreaks }}
{% elif article.contenu and not article.texte_conclusion and not article.texte_cloture %}
{{ article.contenu|linebreaks }}
{% endif %} {% if article.image_principale %}
{{ article.legende_image_principale|default:article.titre }} {% if article.legende_image_principale %}
{{ article.legende_image_principale }}
{% endif %}
{% endif %} {% if article.texte_conclusion %}
{{ article.texte_conclusion|linebreaks }}
{% endif %} {% if article.image_secondaire %}
{{ article.legende_image_secondaire|default:article.titre }} {% if article.legende_image_secondaire %}
{{ article.legende_image_secondaire }}
{% endif %}
{% endif %} {% if article.texte_cloture %}

En résumé

{{ article.texte_cloture|linebreaks }}
{% endif %} {% if article.contenu and article.texte_intro %}
{{ article.contenu|linebreaks }}
{% endif %} {% if not article.texte_intro and not article.texte_conclusion and not article.texte_cloture and not article.contenu and not article.image_principale %} {% if article.url_externe and article.type != "video" %}

Ouvrir la ressource

{% else %}

Le contenu de cette ressource sera bientôt disponible.

{% endif %} {% endif %}
{% if article.fichier %}

Télécharger le document joint

{% endif %}

Partager cet article

Lien copié dans le presse-papiers.

{% if cta_suivi %}

Vous vivez avec une maladie chronique ?

Structurez votre suivi avec un accompagnateur et des outils adaptés à votre pathologie.

Démarrer mon suivi thérapeutique {% else %}

Vous ressentez des signes inquiétants ?

Décrivez vos symptômes pour une orientation vers le bon professionnel de santé.

Signaler mes symptômes {% endif %}
{% if similaires %}

Articles similaires

{% for s in similaires %}
{% if s.image_principale %}
{{ s.titre }}
{% endif %}
{{ s.get_type_display }}

{{ s.titre }}

{{ s.extrait|truncatewords:14 }}

{% endfor %}
{% endif %}

Retour au blog

{% endblock %} {% block extra_js %} {% endblock %}