{% extends "base.html" %} {% load staticfiles %} {% block jumbotron %}

Dashboard

django-monit-collector

Easy system monitoring

{% endblock %} {% block content %}
{% if server_found %}
{% include 'monitcollector/includes/dashboard_table.html' %}
{% else %}

No servers were found in the database.

{% endif %}
{% endblock %}