{% extends 'SEAdminBundle:layout:block.html.twig' %} {% block block_title %} {{ seadmin.modules.generics[configkey].title }} : Les commentaires Total : {{ comments|length }} {% endblock %} {% block block_content %} {% if comments|length > 0 %} {% for com in comments %} {% endfor %}
{{ seadmin.modules.generics[comments.0.generic.configkey].title }} Date Pseudo Email Commentaire
{{ com.generic.title }} {{ com.datepost|date('d/m/Y H:i') }} {% if com.username %}{{ com.username }}{% else %}-{% endif %} {% if com.email %}{{ com.email }}{% else %}-{% endif %} {{ com.content|striptags|nl2br|raw }}
{% endif %} {% endblock %}