2026-08-14 18:02:25 +02:00
{% extends "base.html" %}
{% block title %}Configuration terminée — GMAO{% endblock %}
{% block content %}
< div class = "container-fluid py-5" >
< div class = "row justify-content-center" >
< div class = "col-md-6 text-center" >
< div class = "card shadow" >
< div class = "card-body py-5" >
< i class = "bi bi-check-circle-fill text-success" style = "font-size: 4rem;" > < / i >
< h2 class = "mt-4" > Configuration terminée< / h2 >
< p class = "text-muted" > Le système GMAO a déjà été configuré.< / p >
2026-08-22 00:26:13 +02:00
< p class = "small text-muted mb-0" > Version < code > v{{ gmao_version }}< / code > · Commit déployé : < code > {{ build_commit }}< / code > < / p >
2026-08-23 19:25:32 +02:00
< p class = "alert alert-info text-start mt-3" > Le setup initial est terminé. Le Centre de configuration reste disponible pour enrichir progressivement le patrimoine et repérer les actions restantes.< / p >
< a href = "{{ url_for('configuration.index') }}" class = "btn btn-primary mt-3" >
< i class = "bi bi-list-check" > < / i > Centre de configuration
2026-08-14 18:02:25 +02:00
< / a >
< / div >
< / div >
< / div >
< / div >
< / div >
2026-08-22 00:21:17 +02:00
{% endblock %}