{% extends "base.html" %} {% block pagebanner %}

Welcome to Hostbase!

search for hosts using one or more of the fields below


{% endblock %} {% block sidebar %} add a new host
zone file information
{% include "logout.tmpl" %} {% endblock %} {% block content %} {% comment %} ...or go to this page to enter hostinfo-like queries

{% endcomment %}






{% for choice in yesno %} {{ choice.1 }} {% endfor %}





{% for choice in TYPE_CHOICES %} {{ choice.1 }} {% endfor %}
{% for choice in yesno %} {{ choice.1 }} {% endfor %}


{% for choice in DNS_CHOICES %} {{ choice.1 }} {% endfor %}

{% endblock %}