{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %} {% if acl == "False" %}
Amon is in read-only mode. Check this guide if you want to enable authentication and settings.
{% endif %} {% if last_check.cpu %}

System

{% else %}
No data. Please ensure that amond is running
{% endif %} {% if process_check and last_check.cpu %}

Processes

{% endif %} {% endblock %} {% block js %} {% endblock js %}