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

Crawl results

{% for crawl in crawls %} {% endfor %}
# start time end time # AS # Peerings
Crawl {{crawl.id}} {{crawl.startTime|date:"d.m.Y H:i:s"}} {{crawl.endTime|date:"d.m.Y H:i:s"}} {{crawl.countAS}} / {{crawl.countASOnline}} / {{crawl.countASOffline }} {{crawl.countPeerings}}
{% endblock %}