{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}Dossiers - {{ company.name }}{% endblock %} {% block stylesheets %} {{ parent() }} {# JSTree CSS #} {% endblock %} {% block content %}
{# Page Header #}

Gestion des dossiers

{# Windows Explorer Interface #}
{# Left Panel - Folder Tree #}

Arborescence

{# Right Panel - Content #}
{# Toolbar #}
{% if is_granted('ROLE_ADMIN') or is_granted('ROLE_MANAGER') %} {% endif %} {% if is_granted('ROLE_ADMIN') %} {% endif %}
Aucune sélection
{# Breadcrumb Navigation #} {# Content Area - Folder Grid #}
{# Populated by JavaScript #}
{# Context Menu #}
Ouvrir
{% if is_granted('ROLE_ADMIN') or is_granted('ROLE_MANAGER') %}
Renommer
Copier
Couper
Coller
Nouveau sous-dossier
Supprimer
{% endif %} {% if is_granted('ROLE_ADMIN') %}
Restaurer
{% endif %}
Propriétés
{# Modals will be added in separate files #} {% include 'admin/companies/categories/_modal_new_folder.html.twig' %} {% include 'admin/companies/categories/_modal_move.html.twig' %} {% include 'admin/companies/categories/_modal_properties.html.twig' %} {% endblock %} {% block javascripts %} {{ parent() }} {# JSTree Library #} {% endblock %}