{% extends "community/_base.html" %} {%- from "macros/box.html" import m_box_content, m_box_menu -%} {%- from "forum/_macros.html" import m_postattachments -%} {%- set is_manager = g.community.has_permission(current_user, 'manage') %} {%- block content %} {# TODO #}

{{ _("Back to conversation list") }}

{%- set author_href = url_for("social.user", user_id=thread.creator.id) %}
{{ thread.creator }}
{{ thread.created_at | datetimeformat }}

{{ thread.title }}

{%- if thread.posts|length > 1 %}
{%- for post in thread.posts %} {{ m_postattachments(post) }} {%- endfor %}
{%- endif %} {%- endblock %} {%- block sidebar %} {%- call m_box_menu() %} {%- endcall %} {%- endblock %} {%- block modals %} {%- endblock %}