{% extends "base_tutodvf.html" %} {% load staticfiles %} {% block contenu %}
{% if fiche_precedente %} {% endif %}
{% if fiche_suivante %} {% endif %}
{{ fiche_selectionnee.contenu|safe }}

Dernière mise à jour : {{ fiche_selectionnee.maj }}

{% if fiche_precedente %} {% endif %}
{% if fiche_suivante %} {% endif %}
{% endblock %}