{{ data.breadcrumb[-1] }}

{{ data.texts["run"]["view results"] | safe }}

Your Co2mpas past results

{% for result in data.results %} {% endfor %}
# {{ _("Date") }} {{ _("Run") }} {{ _("Result") }} {{ _("Summary") }} {{ _("Log") }} {{ _("Link") }} {{ _("Select all") }}  
{{loop.index}}. {{result.datetime}} {{result.name}} {{ 'RUNNING' if (data.running and loop.index == 1) else (result.outcome if result.outcome == 'OK' else 'ERROR') }} {{ _("View") }} {% for file in result.files %}
  • {{file}}
  • {% endfor %}
  • Full archive