{% extends 'layout-single.html' %} {% block title %}Fastbone Pinger!{% endblock %} {% block content %}

{% for gid, name, count in groups %} {% endfor %}
Group Count
{{ name }} {{ count }}
Grapth generation based on {{ numfmt('%d', stats.arcs) }} arcs, {{ numfmt('%d', stats.nodes) }} nodes in {{ numfmt('%d', stats.groups) }} group(s) found, last generation performed at {{ dtfmt(stats.last) }} and took {{ numfmt('%.2g', stats.spent) }} seconds.
Force graph rebuild.
{% endblock %}