{# # This file is part of MedShakeEHR. # # Copyright (c) 2017 # Bertrand Boutillier # http://www.medshake.net # # MedShakeEHR is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # any later version. # # MedShakeEHR is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with MedShakeEHR. If not, see . #/ /## # Template > models4print : courrier vierge # # @author Bertrand Boutillier #} {% import "macroLap.html.twig" as lap %} {% set tag = page.courrier %}

{{ tag.UtilisateurActif_villeAdressePro }}, le {{ "now"|date("d/m/Y") }}


Traitement en cours de {{ tag.identiteCompleteTitreLongDdn }}

{% if tag.tt.TTChroniques is not empty %}

Traitements chroniques

Traitements en cours ou présumé en cours de par la nature chronique :

    {% for l in tag.tt.TTChroniques %} {{ lap.lignePres(l, false) }} {% endfor %}
{% endif %} {% if tag.tt.TTPonctuels is not empty %}

Traitements ponctuels

    {% for l in tag.tt.TTPonctuels %} {{ lap.lignePres(l, true) }} {% endfor %}
{% endif %}