{% extends 'base.html.twig' %} {% block body %}

{{ title }}

Nouvel article {% for article in articles %} {% else %} {% endfor %}
Id Title Slug Description UpdatedAt CreatedAt Corps actions
{{ article.id }} {{ article.title }} {{ article.slug }} {{ article.description }} {{ article.updatedAt ? article.updatedAt|date('Y-m-d H:i:s') : '' }} {{ article.createdAt ? article.createdAt|date('Y-m-d H:i:s') : '' }} {{ article.bodyText|raw }} Voir Modifier
no records found
{% endblock %}