{% extends "base.html" %} {% block title %}{{ t('files_folders') }} | {{ app_name }}{% endblock %} {% block content %}

{{ t('folders') }}

{{ ltext('Browse secure internal and company-scoped file areas. / تصفح مناطق الملفات الآمنة الداخلية والخاصة بالشركات.') }}

{{ ltext('Export Excel / تصدير Excel') }} {% if user_can('manage_folders') %} {{ t('new_folder') }} {% endif %}
{% for folder in folders %} {{ folder.name }} {{ folder.visibility.value|ltext }} {{ folder.description or t('no_description') }} {% else %}

{{ ltext('No accessible folders found. / لا توجد مجلدات متاحة.') }}

{% endfor %}
{% endblock %}