{% extends 'base.html' %} {% block head %} {{ super() }} {% endblock head %} {% block navbar_current %}
  • Job: {{ job.name }}
  • Task Detail: {{ task_name }}
  • {% endblock navbar_current %} {% block content %}
    This page is still a work in progress. Information here may not be updated in realtime; refresh the page to make sure you're seeing accurate information.

    Run Logs

    {% endblock content %} {% block body_scripts %} {% endblock body_scripts %}