{% extends "admin.html.twig" %} {% block title 'Gérer les articles'%} {% block body %}
{% for message in app.flashes('success') %} {% endfor %}

Gérer les articles


{% for post in posts %} {% endfor %}
Titre Statut Catégorie Mots-clés Actions
{{ post.name }} {% if post.dossier %} {% endif %} {% if post.online %} En ligne {% else %} Hors ligne {% endif %} {% if not post.filename %}
Aucune image {% endif %} {% if not post.referenced %}
Non Référencé {% endif %}
{{ post.category }} {{ post.tags.count }} {% if not post.referenced %} {% endif %}
{% endblock %}