{% extends 'base.html.twig' %} {% block title %}Reductions index{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}
Id | Description | Prix | Pourcentage | MontantFixe | DateDebut | DateFin | actions |
---|---|---|---|---|---|---|---|
{{ reduction.id }} | {{ reduction.Description }} | {{ reduction.Prix }} | {{ reduction.Pourcentage }} | {{ reduction.MontantFixe }} | {{ reduction.DateDebut ? reduction.DateDebut|date('Y-m-d H:i:s') : '' }} | {{ reduction.DateFin ? reduction.DateFin|date('Y-m-d H:i:s') : '' }} | show edit |
pas encore de réductions |