{% if data.result == 'OK' %} {% else %}

Simulation terminated {% if not data.stopped %} with some errors {% else %} at user's request {% endif %}

{% if not data.stopped %} Please check the logs for further information {% endif %}
{% endif %}
{% include "simulation_header.html" -%} {% if not data.result == 'KO' %}

Simulation results

X {{ _("file(s) has/have been processed") }}

{% for result in data.results %} {% endfor %}
# {{ _("Run") }} {{ _("Result") }} {{ _("Summary") }} {{ _("Log") }} {{ _("Link") }}
{{loop.index}}. {{result.name}} Ok {{ _("View summary") }} {% for file in result.files %}
  • {{file}}
  • {% endfor %}
      Full archive
    {% endif %}
    {{data.log | safe }}