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

All demands (product level-1)

Add level-1 (prod...)
{%for entity in tab%} {%endfor%}
#ID Name Under-name Price Description Designer Details Info-complet Color Size Date and hour : Options
{{entity.id}} {{entity.name}} {{entity.underName | raw}} {{entity.price}}

{{entity.description | raw}}

{{entity.designer | raw}}

{{entity.details | raw}}

{{entity.infoComplementary | raw}}

{{entity.color.colorType}} {{entity.size.sizeType}} {{entity.date | date('d-M-Y')~' '~entity.time | date('H\\h:i')}} Edit
{% endblock %}