{% extends "layout.html.twig" %} {% set adminMenu = true %} {% block title %}Administration{% endblock %} {% block content %}
Titre | Contenu | Etat | |
---|---|---|---|
{{ episode.title }} | {{ episode.content | truncate(60) | raw }} | {% if episode.status == 'draft' %} Brouillon {% else %} Publié {% endif %} |
Episode | Auteur | Commentaire | Etat | |
---|---|---|---|---|
{{ comment.episode.title }} | {{ comment.author }} | {{ comment.content | truncate(60) }} | {% if comment.comAModerer == '0' %} Validé {% else %} Signalé {% endif %} | {% if comment.comAModerer =='0' %} {% else %} {% endif %} |