{% extends '@TimeClock/time_clock/layout.html.twig' %}{% import '@TimeClock/time_clock/_macros.html.twig' as ui %}
{% block title %}Tableau de bord pointeuse{% endblock %}
{% block tc_content %}
{{ 'now'|date('l d F Y')|capitalize }} · Dernière mise à jour : {{ 'now'|date('H:i:s') }}Tableau de bord pointeuse En direct
| Salarié | Service | État | Dernier pointage | Durée | |
|---|---|---|---|---|---|
{{ ui.initials(employee) }} {{ employee }}{{ employee.poste ?: 'Collaborateur' }} | {{ employee.service ?: '—' }} | {% if employeeSession %}{{ ui.status(employeeSession.status) }}{% else %}Non pointé{% endif %} | {% if employeeSession %} Entrée {{ employeeSession.clockInAt|date('H:i') }}{% else %}—{% endif %} | {{ employeeSession ? ui.duration(employeeSession.netWorkedMinutes) : '—' }} | {% if employeeSession %}Voir{% endif %} |
| Aucun salarié actif. | |||||
| Salarié | Type | Date | Sévérité | Statut | |
|---|---|---|---|---|---|
| {{ anomaly.salarie }} | {{ ui.anomaly(anomaly.type) }} | {{ anomaly.detectedAt|date('d/m/Y') }} | {{ anomaly.severity == 'blocking' ? 'Bloquant':'Avertissement' }} | {{ ui.status(anomaly.status) }} | Traiter |
| Aucune anomalie ouverte. | |||||