{% extends "community/_base.html" %} {% from "macros/box.html" import m_box_content, m_box_menu %} {% from "macros/recent.html" import m_recent_items with context %} {% from "documents/_macros.html" import m_docs_table, m_breadcrumbs2 with context %} {% block content %} {% call m_box_content(title=_('Folder contents')) %}
{{ folder.description }}
{%- endif %} {{ m_docs_table(children, True) }} {% endcall %} {% endblock %} {% block sidebar %} {%- set content_actions = actions.for_category('documents:content') %} {%- if content_actions %} {% call m_box_menu() %} {% endcall %} {%- endif %} {% endblock %} {% block modals %} {% include "documents/_modals_folder.html" %} {% endblock %} {% deferJS %} {% enddeferJS %}