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

All articles

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