{% extends 'admin/base_admin.html.twig' %} {% block title %}{{ user.fullName ?: user.email }}{% endblock %} {% block content %}
Inscrit le {{ user.createdAt|date('d/m/Y') }} {% if 'ROLE_ADMIN' in user.roles %} Administrateur {% endif %}
Vous ne pouvez pas modifier vos propres droits.
{% endif %}Cet utilisateur n'a pas encore passΓ© de commande.
| RΓ©fΓ©rence | Date | Pack | Cartes | Montant TTC | Statut | |
|---|---|---|---|---|---|---|
| {{ commande.reference }} | {{ commande.createdAt|date('d/m/Y H:i') }} | {{ commande.packLabel }} | {{ commande.beneficiaires|length }} | {{ commande.totalTTC|number_format(2, ',', ' ') }} β¬ | {{ commande.statusLabel }} | GΓ©rer |
| BΓ©nΓ©ficiaire | Fonction | Email carte | Modifications | Statut carte | SAV |
|---|---|---|---|---|---|
|
{{ benef.fullName }}
{% if benef.entreprise %}
{{ benef.entreprise }}
{% endif %}
|
{{ benef.fonction ?: 'β' }} | {{ benef.email ?: 'β' }} | {% if benef.modificationCount == 0 %} 1 gratuite disponible {% else %} {{ benef.modificationCount }} effectuΓ©e(s) {% endif %} | {% if benef.isNeedsRegeneration %} β³ Γ gΓ©nΓ©rer {% else %} β Γ jour {% endif %} | βοΈ Modifier |