{% extends "base.html" %} {% block content %} {% for host in host_list %} {% endfor %}
HostLast seenDescription
{{ host.name }}{{ host.last_seen }} {{ host.description }}
{% if is_paginated %} {% load paginator %}{% paginator 3 %} {% endif %} {% endblock %}