{% extends "admin.html.twig" %} {% block title "Administration" %} {% block body %}
{% for message in app.flashes('success') %} {% endfor %}

Administration


{% if emailUnread > 0 %} {% else %} {% endif %}
{{ nbPost.all }}
articles

{{ nbPost.online }} en ligne
{{ nbPost.offline }} hors-ligne
{{ nbPostNotReferenced }} non référencé

Dernier ajout {{ lastPostDate | ago }}

{{ nbDossier }}
dossiers
{{ nbCategory }}
catégories
{{ nbTag }}
mots-clés
{% endblock %}