Demandes d'accès aux fichiers
= $pendingCount ?>
En attente
= $approvedCount ?>
Approuvées
= $rejectedCount ?>
Rejetées
Aucune demande = $status === 'pending' ? 'en attente' : ($status === 'approved' ? 'approuvée' : 'rejetée') ?>.
= htmlspecialchars($req['title']) ?>
Date :
= date('d/m/Y à H:i', strtotime($req['created_at'])) ?>
Approuvée le :
= date('d/m/Y à H:i', strtotime($req['approved_at'])) ?>
Rejetée le :
= date('d/m/Y à H:i', strtotime($req['approved_at'])) ?>
Justification :
= nl2br(htmlspecialchars($req['justification'])) ?>
Note de l'administrateur :
= nl2br(htmlspecialchars($req['admin_notes'])) ?>