{% extends "base.html" %} {% block title %} {{ request.site.name }} Machines {% endblock title %} {% block content %}

{{ request.site.name }} Machines

{% for machine in machines %} {% endfor %}
Name Category State Power Maintenance Registered Agent Version
{{ machine.hostname }} {{ machine.deliverygroup }} {{ machine.state }} {{ machine.powerstate }} {{ machine.maintenance }} {{ machine.registration }} {{ machine.agent }}
{% endblock content %}