{% extends "base.html" %} {% block content %} {% if statistics %}
| {{block.total}}: {{block.family}} | {% endif %} {% if forloop.counter|divisibleby:"5" %} {% elif forloop.last %} {% endif %} {% endfor %}
| {{block.total}}: {{block.asn}} | {% endif %} {% if forloop.counter|divisibleby:"5" %} {% elif forloop.last %} {% endif %} {% endfor %}
| Day | Tasks Added | Tasks Reported | Tasks Failed |
|---|---|---|---|
| {{day}} | {{block.added}} | {{block.reported}} | {{block.failed}} |
| Name | Total time in minutes | Runs | Extracted | Average time in minutes(Total/runs) |
|---|---|---|---|---|
| {{name}} | {{time.total}} | {{time.runs}} | {{time.successful}} | {{time.average}} |
| Name | Total time in minutes | Runs | Average time in minutes(Total/runs) |
|---|---|---|---|
| {{name}} | {{time.total}} | {{time.runs}} | {{time.average}} |
| Name | Total time in minutes | Runs | Average time in minutes(Total/runs) |
|---|---|---|---|
| {{name}} | {{time.total}} | {{time.runs}} | {{time.average}} |
| Name | Total time in minutes | Runs | Average time in minutes(Total/runs) |
|---|---|---|---|
| {{name}} | {{time.total}} | {{time.runs}} | {{time.average}} |