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

Crawl results

{% for crawl in crawls %} {% endfor %}
# start time end time # AS # Peerings
Crawl {{crawl.id}} {{crawl.startTime}} {{crawl.endTime}} {{crawl.countAS}} / {{crawl.countASOnline}} / {{crawl.countASOffline }} {{crawl.countPeerings}}
{% endblock %}