{% extends "ui/base_ui.html" %} {% block title %}Run #{{ run.id }} - ATP Platform{% endblock %} {% block content %}

Run #{{ run.id }}

{% include "ui/partials/run_header.html" %}

Task Results

{% include "ui/partials/run_tasks.html" %} {% endblock %}