{% extends 'base.html.twig' %} {% block title %}Promotion index{% endblock %} {% block body %}

Promotion index

{% for promotion in promotions %} {% else %} {% endfor %}
Id Name Start_date End_date Amount actions
{{ promotion.id }} {{ promotion.name }} {{ promotion.startDate ? promotion.startDate|date('Y-m-d H:i:s') : '' }} {{ promotion.endDate ? promotion.endDate|date('Y-m-d H:i:s') : '' }} {{ promotion.amount }} show edit
no records found
Create new {% endblock %}