{% extends "base.html" %} {% load bootstrap3 %} {% load staticfiles %} {% block headcontent %} {% endblock %} {% block content %}
{% include "status_bar.html" %}
{% include "input.html" %}
{% if stats %}
{% else %}
No data points found to create charts. Reload the page to generate some initial data and make sure you have a cronjob configured to create status snapshots.
{% endif %}
Peers
{% include "peer_table.html" %}

{% include "footer.html" %}
{% endblock %}