{% extends "base.html" %} {% block content %} {% for host in host_list %} {% endfor %}
HostLast seenDescription
{{ host.name }}{{ host.last_seen }} {{ host.description }}
{% endblock %}