{% extends 'base.html.twig' %} {% block title %}Reductions{% endblock %} {% block body %}
Id | {{ reduction.id }} |
---|---|
Description | {{ reduction.Description }} |
Prix | {{ reduction.Prix }} |
Pourcentage | {{ reduction.Pourcentage }} |
MontantFixe | {{ reduction.MontantFixe }} |
DateDebut | {{ reduction.DateDebut ? reduction.DateDebut|date('Y-m-d H:i:s') : '' }} |
DateFin | {{ reduction.DateFin ? reduction.DateFin|date('Y-m-d H:i:s') : '' }} |