Gestion des documents
| Id | Titre | Description | Crée/Màj le | Actions |
|---|---|---|---|---|
| {{ doc.id }} | {{ doc.title }} | {{ doc.description|length > 100 ? doc.description|slice(0, 100) ~ '...' : doc.description }} | {% if doc.createdAt < doc.updatedAt %} {{ doc.updatedAt | date("d/m/Y") }} {% else %} {{ doc.createdAt | date("d/m/Y") }} {% endif %} | Voir Modifier |