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