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

Promotions index

{% for promotion in promotions %} {% else %} {% endfor %}
Id Name Image Imageb UpdatedAt actions
{{ promotion.id }} {{ promotion.name }} {{ promotion.image }} {{ promotion.imageb }} {{ promotion.updatedAt ? promotion.updatedAt|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}