{% extends 'base.html.twig' %} {% block title %}Tables index{% endblock %} {% block head %} {% endblock %} {% block stylesheets %} {% endblock %} {% block container_modal %}

Reductions index

{% for reduction in reductions %} {% else %} {% endfor %}
Id Pourcentage Montant Minimum DateDebut DateFin Client actions
{{ reduction.id }} {{ reduction.pourcentage }}% {{ reduction.montantMin }} € {{ reduction.DateDebut ? reduction.DateDebut|date('d/m/Y H:i:s') : 'Non spécifié' }} {{ reduction.DateFin ? reduction.DateFin|date('d/m/Y H:i:s') : 'Non spécifié' }} {{ reduction.client.nom }}
Aucun enregistrement trouvé
{% endblock %}