{% extends "default/index.html" %} {% block header %} {% endblock header %} {% block content %}

Welcome {{ user.username }}.
Here is the list of installed hosts and services:

Hosts:
{% for host in hosts.object_list %} {{ host }}
{% endfor %}
Services:
{% endblock content %} {% block pagination %} {% endblock %}