{% extends "community/_base.html" %} {% from "macros/box.html" import m_box_menu, m_box_content %} {% block content %} {% call m_box_content(_("Recent conversations")) %} {% for month, threads in grouped_threads %}
{{ _("No message has been posted to this community yet") }}
{% endfor %} {% endcall %} {% endblock %} {% block sidebar %} {% call m_box_menu() %} {% endcall %} {% 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 %}