{% extends "base-admin.html.twig" %} {% block title %} Demand level-2 (product) | {{parent()}} {% endblock %} {% block body %}

All demands (product level-2)

Add level-2 (product)
{%for entity in tab%} {%endfor%}
#ID Phone number Birthday CIN Delivered the : Country City Postal code Destination Options
{{entity.id}} {{entity.phoneNumber}} {{entity.birthday | date('d-M-Y')}} {{entity.cin}} {{entity.delivered | date('Y/m/d')}} {{entity.country}} {{entity.city}} {{entity.cp}} {{entity.destination}} Edit
{% endblock %}