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

Login to Hostbase!

You must login to manage hosts


{% endblock %} {% block sidebar %} search for hosts
add a new host
zone file information {% endblock %} {% block content %} {% if form.has_errors %} {{ form.username.errors|join:", " }}

Login Failed.

{% endif %} {% if user.is_authenticated %}

Welcome, {{ user.username }}. Thanks for logging in.

{% else %}

Welcome, user. Please log in.



{% if next %} {% else %} {% endif %}
{% endif %} {% endblock %}