{%- if thread.closed %} {%- endif %} {{ thread.title }}
{{ thread.posts[0].body_html|safe|striptags|truncate(155, False, '...', 0) }}
{% extends "forum/_base.html" %} {%- from "macros/user.html" import m_user_link, m_user_photo %} {% from "macros/box.html" import m_box_menu, m_box_content %} {% from "forum/_macros.html" import forum_menu %} {% block forumcontent %}
{{ _("Topic") }} | {{ _("Participants") }} | {{ _("Replies") }} | {{ _("Viewers") }} | {{ _("Views") }} | {{ _("Activity") }} |
---|
{{ _("No message has been posted to this community yet.") }}
{% endif %} {% if has_more or True %}{{ thread.posts[0].body_html|safe|striptags|truncate(155, False, '...', 0) }}