{% extends "base-admin.html.twig" %} {% block title %}All products | {{parent()}} {% endblock %} {% block body %}

All products

Add
{%for entity in tab%} {%endfor%}
#ID Title Description Category Picture Date Etat Options
{{entity.id}} {{entity.name}} {{entity.description}} {{entity.category.name}} {%if entity.img is not null%} {{entity.name}} {%endif%} {{entity.date | date('d/m/y à H\\h:i')}} {%if entity.state%}published{%else%} no published {%endif%} Edit
{% endblock %}