{% extends "base.html" %} {% block headers %}{% endblock headers %} {% block submenu %} {% endblock submenu %} {% block title %}Delete authentication host{% endblock title %} {% block heading %}Delete authentication host{% endblock heading %} {% block content %}
Delete Authentication Host
{% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %}
Delete the Authentication host {{ host.address }}: ?
{% endblock content %}