diff --git a/app/templates/audit_full_detail.html b/app/templates/audit_full_detail.html
index e3f8eca..4a0fb02 100644
--- a/app/templates/audit_full_detail.html
+++ b/app/templates/audit_full_detail.html
@@ -16,8 +16,8 @@
{% if is_partial %}
-
Pas encore audite
-
Ce serveur n'a pas encore ete audite via SSH (Windows, EMV...)
+
Pas encore audité
+
Ce serveur n'a pas encore été audité via SSH (Windows, EMV...)
{{ a.hostname }} — {{ a.os_release or 'OS inconnu' }}
{% if a.last_patch_week %}
Dernier patch : {{ a.last_patch_week }} {{ a.last_patch_year }}
{% endif %}
@@ -35,7 +35,7 @@
- {% for t, label in [('services','Services'),('processes','Processus'),('ports','Ports'),('connections','Connexions'),('flux','Flux'),('disk','Disque'),('firewall','Firewall'),('correlation','Correlation')] %}
+ {% for t, label in [('services','Services'),('processes','Processus'),('ports','Ports'),('connections','Connexions'),('flux','Flux'),('disk','Disque'),('firewall','Firewall'),('correlation','Corrélation')] %}
{{ label }}
{% endfor %}
@@ -200,7 +200,7 @@
{% endif %}
-
+
{% if correlation %}
diff --git a/app/templates/audit_full_flowmap.html b/app/templates/audit_full_flowmap.html
index d3e0783..52714f7 100644
--- a/app/templates/audit_full_flowmap.html
+++ b/app/templates/audit_full_flowmap.html
@@ -3,7 +3,7 @@
{% block content %}
< Retour
-
Carte des flux reseau
+ Carte des flux réseau
Reset vue
@@ -53,7 +53,7 @@
- ---> Flux reseau
+ ---> Flux réseau
0 serveurs
0 flux
diff --git a/app/templates/audit_full_list.html b/app/templates/audit_full_list.html
index d358725..db2ac0a 100644
--- a/app/templates/audit_full_list.html
+++ b/app/templates/audit_full_list.html
@@ -4,12 +4,12 @@
Audit complet serveurs
-
Applicatif + reseau + correlation — import JSON depuis le standalone
+
Applicatif + réseau + corrélation — import JSON depuis le standalone
Exporter CSV
Carte flux
@@ -20,7 +20,7 @@
{% if msg.startswith('imported_') %}
{% set parts = msg.split('_') %}
- {{ parts[1] }} serveur(s) importe(s){% if parts[2]|int > 0 %}, {{ parts[2] }} erreur(s){% endif %}.
+ {{ parts[1] }} serveur(s) importé(s){% if parts[2]|int > 0 %}, {{ parts[2] }} erreur(s){% endif %}.
{% elif msg.startswith('error_') %}Erreur: {{ msg[6:] }}{% endif %}
{% endif %}
diff --git a/app/templates/audit_full_patching.html b/app/templates/audit_full_patching.html
index db68abf..0f453eb 100644
--- a/app/templates/audit_full_patching.html
+++ b/app/templates/audit_full_patching.html
@@ -41,7 +41,7 @@
{% set pct = (kpis.patched / kpis.total * 100)|int if kpis.total > 0 else 0 %}
-
{{ kpis.patched }}
Patches
+
{{ kpis.patched }}
Patchés
@@ -59,7 +59,7 @@
{% if patch_weekly %}
-
Derniere semaine de patch par serveur
+
Dernière semaine de patch par serveur
{% set max_cnt = patch_weekly|map(attribute='cnt')|max %}
{% for w in patch_weekly %}
@@ -125,7 +125,7 @@
Domaine
Env
Zone
-
Nb patches {% if sort == 'count' %}{{ '▲' if sort_dir == 'asc' else '▼' }}{% endif %}
+
Nb patchs {% if sort == 'count' %}{{ '▲' if sort_dir == 'asc' else '▼' }}{% endif %}
Semaines
Dernier {% if sort == 'last' %}{{ '▲' if sort_dir == 'asc' else '▼' }}{% endif %}
diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html
index aeb0c2f..0371fd8 100644
--- a/app/templates/dashboard.html
+++ b/app/templates/dashboard.html
@@ -21,11 +21,11 @@
{{ patch_stats.audited }}
- Audites
+ Audités
{{ patch_stats.patched_2026 }}
- Patches 2026
+ Patchés 2026
{{ patch_stats.patched_once }}
@@ -87,7 +87,7 @@
Par domaine
- Domaine Total Patche 2x %
+ Domaine Total Patché 2x %
{% for d in patch_by_domain %}
{% set pct_d = (d.patched / d.total * 100)|int if d.total > 0 else 0 %}
@@ -109,7 +109,7 @@
Par environnement
- Env Total Patche %
+ Env Total Patché %
{% for e in patch_by_env %}
{% set pct_e = (e.patched / e.total * 100)|int if e.total > 0 else 0 %}
@@ -124,9 +124,9 @@
- Par zone reseau
+ Par zone réseau
- Zone Total Patche Jamais %
+ Zone Total Patché Jamais %
{% for z in patch_by_zone %}
{% set pct_z = (z.patched / z.total * 100)|int if z.total > 0 else 0 %}
@@ -180,7 +180,7 @@
Quick stats
-
Decommissionnes {{ stats.decom }}
+
Décommissionnés {{ stats.decom }}
EOL {{ stats.eol }}
Assets Qualys {{ stats.qualys_assets }}
Tags Qualys {{ stats.qualys_tags }}