{% extends 'base.html' %} {% block title %}Historique patching{% endblock %} {% block content %}
Vue unifiée : imports xlsx + campagnes standard + QuickWin.
| Hostname | OS | Zone | Domaine | État | Date | Sem. | Intervenant | Source | Status | Notes |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ r.hostname }} | {{ (r.os_family or '-')[:6] }} | {{ r.zone or '-' }} | {{ (r.domain_name or '-')[:10] }} | {{ (r.etat or '-')[:6] }} | {{ r.date_patch.strftime('%Y-%m-%d %H:%M') if r.date_patch else '-' }} | {% if r.date_patch %}S{{ r.date_patch.strftime('%V') }}{% else %}-{% endif %} | {{ r.intervenant_name or '-' }} | {% if r.source_type == 'import' %}xlsx {% elif r.source_type == 'standard' %}{{ r.campaign_label or 'Campagne' }} {% elif r.source_type == 'quickwin' %}{{ r.run_label or 'QuickWin' }} {% else %}{{ r.source_type or '?' }}{% endif %} | {{ r.status }} | |
| Aucun event de patching pour ce filtre | ||||||||||