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

{{dc}}

total: {{info['total']}}, unanswered: {{info['unanswered']}}


{% for rec in records %} {% endfor %}
host count status stage base count source wait time
{{ rec['host'] }} {{ rec['cnt'] }} {{ rec['status'] }} {{ rec['stage'] }} {{ rec['base_count'] }} {{ rec['source'] }} {{ rec['wait_time'] }}
{% endblock %}