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

Dashboard

{% for system in systems %}
{{ system.name }}

Status: {{ system.status }}

View Details
{% endfor %}
{% endblock %}