{% extends '@App/partials/base.html.twig' %} {% import '@Dashboard/admin/resources/_badges.html.twig' as badges %} {% block title %}Admin Ressources{% endblock %} {% block content %}
| Titre | Type | Statut | Visibilité | Tags | Owner | Publiée le | Vues | Favoris | Téléch. | Actions |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ item.title }} | {{ badges.type_badge(item.type) }} | {{ badges.status_badge(item.status) }} | {{ badges.visibility_badge(item.visibility) }} | {% for t in item.tags|default([]) %}{{ t }}{% endfor %} | {{ item.organizerOwner ? item.organizerOwner.nom : '-' }} | {{ item.publishedAt ? item.publishedAt|date('d/m/Y H:i') : '-' }} | {{ item.viewsCount }} | {{ item.favoritesCount }} | {{ item.downloadsCount }} | |
| Aucune ressource. | ||||||||||