{% 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 %} {% call m_box_content(_("Recent conversations attachments")) %} {%- block forumsidebar %}
{%- set global_actions = actions.for_category('forum:global') %} {%- for action in global_actions %} {{ forum_menu(action) }} {%- endfor %}
{%- endblock %} {% for month, posts in grouped_posts %}

{{ month }}

{% else %}

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

{% endfor %} {% endcall %} {% endblock %}