{% extends "forum/_base.html" %} {% from "macros/box.html" import m_box_menu, m_box_content %} {% from "forum/_macros.html" import forum_menu %} {% block forumcontent %} {%- block forumsidebar %}
{%- endblock %} {% for month, threads in grouped_threads %}{{ _("Topic") }} | {{ _("Replies") }} |
---|
{{ _("No message has been posted to this community yet") }}
{% endfor %} {% endblock %} {% macro m_thread(thread) %} {%- set thread_href = url_for(".thread", thread_id=thread.id, community_id=g.community.slug) %} {%- set thread_length = thread.posts|length %}{{ thread.posts[0].body_html|safe|striptags|truncate(155, False, '...', 0) }}