{% extends "layout.html" %} {% block content %} Tableau de bord Administration {{ articles|length }} Articles {{ solutions|length }} Validations en attente Articles & Publications Nouvel Article {% if articles %} Date Titre Statut Actions {% for article in articles %} {{ article.created_at.strftime("%d/%m/%Y") }} {{ article.title }} {% if article.published %} Publié {% else %} Brouillon {% endif %} Modifier Supprimer {% endfor %} {% else %} Aucun article publié pour le moment. {% endif %} Validations en attente {% if solutions|length == 0 %} Aucune solution en attente de validation. {% else %} Logo Nom Description Site Web Actions {% for sol in solutions %} {% if sol.logo_filename %} {% else %} {% endif %} {{ sol.name }} {{ sol.description[:80] }}... Visiter ↗ Voir Valider Rejeter {% endfor %} {% endif %} {% endblock %}
Aucun article publié pour le moment.
Aucune solution en attente de validation.