{% extends "base/base.html" %} {% import "widgets/editor.html" as widget_editor %} {% import "widgets/member.html" as widget_member %} {% block title %} Forum de Planète Casio » {{ t.forum.name }} »
{{ widget_member.profile(t.author ) }} | {{ t.thread.top_comment.text }} |
{{ widget_member.profile(c.author ) }} | {{ c.text }}
{% elif i != 0 %}
Ce message est le top comment
{% endif %}
|