{% extends "base.html" %} {% block content %}

Estimating {{report.estimate_hour}} analysis per hour, {{report.estimate_day}} per day.

{{report.total_tasks}}

Total tasks

{{report.total_samples}}

Total samples

States

{% for state, count in report.states_count.items %} {% endfor %}
State Count
{{state}} {{count}}
{% endblock %}