{% 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 "macros/user.html" import m_user_avatar as m_user %} {% from "documents/_macros.html" import m_docs_table, m_breadcrumbs2 with context %} {% block content %} {% call m_box_content(title=_('Folder descendants')) %}
{{ m_breadcrumbs2(breadcrumbs) }}

{%- if folder.description %}

{{ folder.description }}

 

{%- endif %} {% 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 %}