{% extends 'admin/base_admin.html.twig' %} {% block page_title %}Œuvres{% endblock %} {% block body %}
Titre | Auteur | Type | Description | Articles liés | Créée le | Actions |
---|---|---|---|---|---|---|
{{ oeuvre.titre }} | {{ oeuvre.user.pseudo }} | {{ oeuvre.type }} | {{ oeuvre.description ? oeuvre.description|striptags|slice(0, 60) ~ '…' : '—' }} | {{ oeuvre.articles|length }} | {{ oeuvre.createdAt ? oeuvre.createdAt|date('d/m/Y H:i') : '—' }} | 📖 ✏️ |
Aucune œuvre enregistrée. |