diff --git a/app/templates/forum/topic.html b/app/templates/forum/topic.html index ae35e6e..c0c78db 100644 --- a/app/templates/forum/topic.html +++ b/app/templates/forum/topic.html @@ -19,16 +19,20 @@ {% for c in comments.items %} - + {% if c != t.thread.top_comment %}
{{ widget_member.profile(c.author ) }} - {% if c.date_created != c.date_modified %} - Le {{ c.date_created|date }} (Modifié le {{ c.date_modified|date }}) - {% elif c.date_created == c.date_modified %} - Le {{ c.date_created|date }} +
{% if c.date_created != c.date_modified %} + Posté le {{ c.date_created|date }} (Modifié le {{ c.date_modified|date }}) + {% else %} + Posté le {{ c.date_created|date }} {% endif %} -
+ | # + | Modifier + | Supprimer +
+

{{ c.text }}

{% elif loop.index0 != 0 %}
Ce message est le top comment
@@ -39,7 +43,7 @@
{{ widget_pagination.paginate(comments, 'forum_topic', {'f': t.forum, 't':t}) }} - +

Commenter le sujet