{# templates/admin/codes_promo/index.html.twig #} {% extends 'admin/base_admin.html.twig' %} {% block title %}Codes promo admin{% endblock %} {% block content %}
| Code | Remise | Usage | Utilisations | Validité | État | Créé par | |
|---|---|---|---|---|---|---|---|
{{ code.code }} |
{{ code.remisePourcentage }}% HT | {{ code.typeUsageLabel }} | {{ code.nbUtilisations }} | {% if code.debutAt %}{{ code.debutAt|date('d/m/Y') }}{% else %}—{% endif %} → {% if code.finAt %}{{ code.finAt|date('d/m/Y') }}{% else %}∞{% endif %} | {% if code.valide %} Actif {% elseif not code.actif %} Désactivé {% else %} Expiré {% endif %} | {{ code.creePar ? code.creePar.fullName : '—' }} |
|
| Aucun code promo créé. Créer le premier | |||||||