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

Historique rappels SMS 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.smsEnvoyeAujour|date("d/m") }}) 0 %}{{ page.selectPrat }}/{% endif %}"> Jour suivant 0 %}{{ page.selectPrat }}/{% endif %}" style="margin-right: 20px"> Envoyés le {{ page.dates.smsPourAujour|date("d/m") }} (consultations du jour)
{% if page.selectPrat > 0 %} {% endif %}
{% if page.data %}
  • Statut : {{ page.data.campaign.status }} / {{ page.data.campaign.statusText }} {% if page.data.campaign.statusSimulate == 1 %} (Simulation){% endif %}
  • Numéros invalides : {{ page.data.campaign.invalidNumbers }}
  • Nombre de SMS : {{ page.data.campaign.nbSms }}
  • Nombre de crédits utilisés : {{ page.data.campaign.creditsUsed }}
  • Nombre de crédits restants : {{ page.data.campaign.credits }}
  • N° de campagne : {{ page.data.campaign.campaignId }}

SMS envoyés

{% for k, v in page.data.sms %} {% endfor %}
RDV Identité
Statut
{{ v.heureRdv }} {{ v.identite }} {{ v.telFrDisplay }} {% if page.data.campaign.statusSimulate == 1 %} Simulé {% else %} {% if v.accRecepComment %}{{ v.accRecepComment }} / {{ v.accRecepRecepDate }} {% endif %} {% endif %}
{% else %}
Pas de campagne enregistrée pour cette date.
{% endif %} {% endblock %}