{# # 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 > logs : historique des rappels Mail # # @author Bertrand Boutillier # @contrib fr33z00 #} {% extends "page.html.twig" %} {% import "macroForm.html.twig" as f %} {% block title %}{{ config.designAppName }} : historique rappels mail pour les consultations du {{ page.dates.rdv|date("d/m/Y") }}{% endblock %} {% block head %} {{ parent() }} {% if config.smtpTracking %}{% endif %} {% endblock %} {% block body %}

Historique rappels mail pour les consultations du {{ page.dates.rdv|date("d/m/Y") }}

{# Nav tabs #} {% if page.pratsInConfig is not empty %} {% endif %}
0 %}{{ page.selectPrat }}/{% endif %}"> Jour précédent 0 %}{{ page.selectPrat }}/{% endif %}"> Envoyés ce jour (consultations du {{ page.dates.mailsEnvoyeAujour|date("d/m") }}) 0 %}{{ page.selectPrat }}/{% endif %}"> Jour suivant 0 %}{{ page.selectPrat }}/{% endif %}" style="margin-right: 20px"> Envoyés le {{ page.dates.mailsPourAujour|date("d/m") }} (consultations du jour)
{% if page.selectPrat > 0 %} {% endif %}
{% if page.data %}
{% for k, v in page.data.mails %} {% endfor %}
RDV Identité Email Statut
{{ v.heureRdv }} {{ v.identite }} {{ v.email }} {{ v.status }}
{% else %}
Pas de campagne enregistrée pour cette date.
{% endif %} {% endblock %}