{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}Documents - {{ company.name }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %}
{# Breadcrumb #} {# Tabs Navigation Component #} {% include 'admin/companies/_tabs_navigation.html.twig' with { company: company, active_tab: 'documents' } %} {# Page Header #}

Documents

{{ mediaList|length }} document(s) associé(s) à cette entreprise

{% if not company.deletedAt and (is_granted('ROLE_ADMIN') or is_granted('ROLE_MANAGER')) %} {% endif %}
{# Expiration Alerts Component #} {% include 'admin/companies/documents/_expiration_alerts.html.twig' with { company: company, expiredCount: expiredCount, expiringSoonCount: expiringSoonCount, expiringMonthCount: expiringMonthCount } %} {# Filters Panel Component #} {% include 'admin/companies/documents/_filters_panel.html.twig' with { company: company, searchQuery: searchQuery, selectedFileType: selectedFileType, selectedExpiration: selectedExpiration, dateFrom: dateFrom, dateTo: dateTo, selectedUploader: selectedUploader, uploaders: uploaders, sortBy: sortBy, selectedCategory: selectedCategory, selectedTag: selectedTag, viewMode: viewMode } %} {# Category Filter Chips Component #} {% include 'admin/companies/documents/_category_chips.html.twig' with { company: company, categories: categories, selectedCategory: selectedCategory } %} {# Tag Filter Chips Component #} {% include 'admin/companies/documents/_tag_chips.html.twig' with { company: company, allTags: allTags, selectedTag: selectedTag } %} {# Windows Explorer Interface - Folder Navigation #}
{# Backdrop for mobile #} {# Left Panel - Folder Tree Component #} {% include 'admin/companies/documents/_folder_sidebar.html.twig' %} {# Right Panel - Documents in Current Folder #}
{# Toolbar + Breadcrumb Component #} {% include 'admin/companies/documents/_explorer_toolbar.html.twig' with { company: company } %} {# Documents Content Area #}
{# Documents Table Component #} {% include 'admin/companies/documents/_documents_table.html.twig' with { mediaList: mediaList, company: company, viewMode: viewMode, selectedCategory: selectedCategory } %} {# Documents Grid Component #} {% include 'admin/companies/documents/_documents_grid.html.twig' with { mediaList: mediaList, company: company, viewMode: viewMode, selectedCategory: selectedCategory } %}
{# Context Menu for Folders #}
Ouvrir
Propriétés
Copier
Couper
Coller
Supprimer
{# Modals #} {% include 'admin/companies/documents/modals/_upload.html.twig' with { company: company, uploadForm: uploadForm } %} {% include 'admin/companies/documents/modals/_edit_document.html.twig' %} {% include 'admin/companies/documents/modals/_manage_tags.html.twig' %} {% include 'admin/companies/documents/modals/_add_tags.html.twig' %} {# Folder Management Modals #} {% include 'admin/companies/categories/_modal_new_folder.html.twig' %} {% include 'admin/companies/categories/_modal_properties.html.twig' %} {% include 'admin/companies/categories/_modal_move.html.twig' %} {# Document Bulk Action Modals #} {% include 'admin/companies/documents/_modal_delete_confirm.html.twig' %} {% include 'admin/companies/documents/_modal_move_folder.html.twig' %} {% endblock %}