{% for hostname, info in hostnames.items() %} {% endfor %}
Number of captures Hostname URLs
{{ info['total_captures'] }} {{hostname}}

    {% for node in info['nodes'] %}
  • {{ node.name }}

  • {% endfor %}