{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}Configurations SMS{% endblock %} {% block content %}
Gérez vos configurations API SMS SendText
| Configuration | Expéditeur | Endpoint API | Statut | Créée le | Actions |
|---|---|---|---|---|---|
|
Aucune configuration trouvée Créez votre première configuration SMS |
|||||
|
ID: {{ config.id }}
|
{# Sender Name #}
{{ config.senderName }}
|
{# API Endpoint #}
{{ config.apiEndpoint }}
|
{# Status #}
{% if config.isActive %} Active {% else %} Inactive {% endif %} | {# Created Date #}{{ config.createdAt|date('d/m/Y H:i') }} | {# Actions #}{% if not config.isActive %} {% endif %} Modifier Détails {% if not config.isActive %} {% endif %} |
Affichage de {{ (configurations.currentPageNumber - 1) * configurations.itemNumberPerPage + 1 }} à {{ min(configurations.currentPageNumber * configurations.itemNumberPerPage, configurations.getTotalItemCount) }} sur {{ configurations.getTotalItemCount }} résultat(s)