{% block content %}
<h2>Aperçu du dossier de {{ dossier.employe }}</h2>
-
-{% with dossier.employe as employe %}
- {% include "rh/include/employe.html" %}
-{% endwith %}
-
-{% with dossier.poste as poste %}
- {% include "rh/include/poste.html" %}
-{% endwith %}
+{% include "rh/include/imprimer.html" %}
{% include "rh/include/dossier.html" %}