{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}{{ page_title }}{% endblock %} {% block content %}
| Date | Utilisateur | IP | Statut | Action | Détails |
|---|---|---|---|---|---|
| {{ log.createdAt|date('d/m/Y H:i:s') }} | {% if log.user %} {{ log.user.email }} {% else %} Anonyme {% endif %} | {{ log.ipAddress }} | {% if log.accessGranted %} Accordé {% else %} Refusé {% endif %} {% if log.isSuspicious %} Suspect {% endif %} | {{ log.actionType|upper }} | Voir |
Aucun log d'accès pour ce média
{% endif %}Total Accès
{{ statistics.total_accesses }}
Accès Accordés
{{ statistics.granted_accesses }}
Accès Refusés
{{ statistics.denied_accesses }}
Accès Suspects
{{ statistics.suspicious_accesses }}