{% extends "forum/_base.html" %} {% from "macros/box.html" import m_box_menu, m_box_content %} {% from "forum/_macros.html" import m_postattachments %} {% block content %} {% call m_box_content(_("Recent conversations attachments")) %} {% for month, posts in grouped_posts %}
{{ _("No attachment has been posted to this community yet") }}
{% endfor %} {% endcall %} {% endblock %}