{% extends "forum/_base.html" %} {% from "macros/box.html" import m_box_menu, m_box_content %} {% from "forum/_macros.html" import m_postattachments %} {% from "forum/_macros.html" import forum_menu %} {% block forumcontent %} {%- block forumsidebar %}
{{_("Showing :")}} {%- set global_actions = actions.for_category('forum:global') %} {{forum_menu(global_actions)}}
{%- endblock %} {% for month, posts in grouped_posts %}

{{ month }}

{% for post in posts %} {{ m_postattachments(post) }} {% endfor %}
{{ _("Topic") }} {{ _("Owner") }} {{ _("Document") }} {{ _("Size") }}
{% else %}

{{ _("No attachment has been posted to this community yet") }}

{% endfor %} {% endblock %}