{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}{{ page_title }}{% endblock %} {% block content %}
Total Fichiers
{{ stats.totalCount }}
Espace Utilisé
{{ stats.formattedTotalSize }}
Partagés
{{ stats.sharedCount }}
Quota
{{ stats.quota }}
{{ item.formattedFileSize ?? ((item.fileSize / 1024)|round(2) ~ ' KB') }}
| Fichier | Type | Taille | Date | Actions |
|---|---|---|---|---|
|
{% if item.category == 'image' %}
{{ item.originalFileName }}
{{ item.mimeType }}
|
{{ item.type|capitalize }} | {{ item.formattedFileSize ?? ((item.fileSize / 1024)|round(2) ~ ' KB') }} | {{ item.createdAt|date('d/m/Y H:i') }} | Voir Télécharger |