{% extends 'webui/base.html' %} {% block content %}
{% for host in hosts %} {% endfor %}
Hostname MAC Status Profile
{{ host.hostname }} {{ host.mac }} {{ host.status }} {{ host.installations.all.0 }}
{% csrf_token %}
{% for profile in profiles %} {% endfor %}
# Profile name
{{ forloop.counter }} {{ profile }}
{% endblock %}