{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}Historique SMS{% endblock %} {% block content %}
Consultez l'historique complet des envois SMS
| Destinataire | Message | Type | Statut | Envoyé le | Actions |
|---|---|---|---|---|---|
|
Aucun SMS trouvé Les SMS envoyés apparaîtront ici |
|||||
|
{{ smsLog.recipient }}
{% if smsLog.user %}
{{ smsLog.user.fullName }}
{% endif %}
|
{# Message Preview #}
{{ smsLog.message|slice(0, 50) }}{% if smsLog.message|length > 50 %}...{% endif %}
{{ smsLog.message|length }} caractères
|
{# Type #}
{% if smsLog.smsType == 'flash' %} Flash {% else %} Normal {% endif %} | {# Status #}{% if smsLog.statusId == 3 %} {{ smsLog.statusLabel }} {% elseif smsLog.statusId == 1 %} {{ smsLog.statusLabel }} {% elseif smsLog.statusId == 2 %} {{ smsLog.statusLabel }} {% elseif smsLog.statusId == 4 %} {{ smsLog.statusLabel }} {% elseif smsLog.statusId == 5 %} {{ smsLog.statusLabel }} {% else %} {{ smsLog.statusLabel }} {% endif %} | {# Sent Date #}{{ smsLog.createdAt|date('d/m/Y H:i') }} | {# Actions #}Détails |
Affichage de {{ (smsLogs.currentPageNumber - 1) * smsLogs.itemNumberPerPage + 1 }} à {{ min(smsLogs.currentPageNumber * smsLogs.itemNumberPerPage, smsLogs.getTotalItemCount) }} sur {{ smsLogs.getTotalItemCount }} résultat(s)