{% extends "base.html" %}{% block title %}Prévention — GMAO{% endblock %}{% block content %}

Assistant de prévention

Agents, temps dédié, DUERP, habilitations et plan d’actions.

Exporter le DUERP
{{ (minutes / 60)|round(1) }} h / {{ (target / 60)|round(1) }} h
Objectif 10 % du temps réellement disponible
Base : {{ (available_minutes / 60)|round(1) }} h cette semaine
Temps de prévention
{% for x in logs %}{% endfor %}
{{ x.work_date|date_fmt }}{{ x.activity }}{{ x.duration_minutes }} min
Agents et habilitations ({{ staff|length }})
DUERP — risques
{% for x in risks %}{% endfor %}
{{ x.work_unit }}{{ x.hazard }}{{ x.score }}
Plan d’actions
{% for x in actions %}{% endfor %}
{{ x.title }}{{ x.owner or '—' }}{{ x.due_date|date_fmt }}
Registre sécurité / incidents / exercices
{% for x in entries %}{% endfor %}
{{ x.entry_date|date_fmt }}{{ x.entry_type }}{{ x.title }}{{ x.location }}
{% endblock %}