{% extends 'base.html.twig' %} {% block title %}Promotion index{% endblock %} {% block head %} {% endblock %} {% block body %}
Bonjour, {{ app.user.prenom }}
{% if is_granted('ROLE_ADMIN') %} {% elseif is_granted('ROLE_CUISINIER') %} {% elseif is_granted('ROLE_SERVEUR') %} {% endif %}
{{ ux_icon('ph:user-circle-fill') }} Compte

Reductions index

{% for reduction in reductions %} {% else %} {% endfor %}
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') : '' }}
{{ include('reductions/_delete_form.html.twig') }}
Aucun enregistrement trouvé
{% block stylesheets %} {% endblock %} {% endblock %}