{% extends "base.html" %} {% block title %}Résultats — {{ simulation.name }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %} {# ─── Top Action Bar ─── #}
{{ simulation.id }}
· Type {{ simulation.type }}
{% if simulation.created_at %}
· {{ simulation.created_at }}
{% endif %}
| Paramètre | Valeur |
|---|
{{ simulation.config | tojson(indent=2) }}