{% include 'header.html' %}
Hostname
Report types
Last updated
Status
{% for host in hosts %}
{{ host.name }}
{{ host.report_types }}
{{ host.last_updated }}
{% endfor %}
{% include 'footer.html' %}