{# templates/commercial/portefeuille/tabs/document/index.html.twig #}
| Nom du document | Cible | Taille | Date d'ajout | Actions |
|---|---|---|---|---|
|
{% if doc.extension|lower == 'pdf' %}
{% elseif doc.extension|lower in ['jpg', 'jpeg', 'png'] %}
{% else %}
{% endif %}
{{ doc.nomDocument }}
{% if doc.description %}
{{ doc.description }} {% endif %} |
{{ doc.targetType }} | {{ (doc.tailleOctet / 1024)|number_format(0, ',', ' ') }} Ko | {{ doc.createdAt|date('d/m/Y') }} | |
| Aucun document n'a été téléchargé pour ce dossier. | ||||