{% extends "base.html" %} {% block title %}IceProd{% end %} {% block page_title %}Tasks by Status{% end %} {% block body %} {% if (current_user) %} {% end %} {% for t in tasks %} {% if (current_user) %} {% end %} {% end %}
Job / Task Index Name Failures
{{ tasks[t]['job_index'] }} / {{ tasks[t]['task_index'] }} {{ tasks[t]['name'] }} {{ tasks[t]['failures'] }}
{% end %} {% block body_scripts %} {% if (current_user) %} {% end %}