{% extends 'backoffice/base.html' %} {% load static %} {% block title %}Documents - ECOLUX Dashboard{% endblock %} {% block content %}

Gestion des Documents

Retour au tableau de bord {% if user_type == 'DRH' or user_type == 'TECHNICIEN' %} {% endif %}

127

Total Documents

45

PDF

32

Images

50

Autres

Mes Documents

Nom Type Taille Date Actions
Rapport_Projet_Solaire.pdf PDF 2.5 MB 15/01/2024
{% if user_type == 'DRH' %} {% endif %}
Budget_2024.xlsx Excel 1.2 MB 12/01/2024
{% if user_type == 'DRH' %} {% endif %}
Schema_Installation.png Image 850 KB 10/01/2024
{% if user_type == 'DRH' %} {% endif %}
Contrat_Maintenance.docx Word 650 KB 08/01/2024
{% if user_type == 'DRH' %} {% endif %}
{% if user_type == 'DRH' or user_type == 'TECHNICIEN' %} {% endif %} {% endblock %}