{% extends 'base.html.twig' %} {% block title %}Dashboard{% endblock %} {% block body %}
Nom | Taille | Modifié le | Groupes d'accès | Actions |
---|---|---|---|---|
{% if file.type == 'file' %}
|
{{ file.size|show_size }} | {{ file.last_modified|time_diff }} |
{% if parentDir == null %}
{% set parentDirectory = get_parent_dir(file.path) %}
{% else %}
{% set parentDirectory = parentDir %}
{% endif %}
{% for parentRole in parentDirectory.ownerRole.getHigherRoles() %}
|
{% if file.type == 'file' %}
|