{% extends "base.html" %} {% load i18n %} {% block submenu %} {% endblock submenu %} {% block title %}{% trans "Delete authentication host" %}{% endblock title %} {% block heading %}{% trans "Delete authentication host" %}{% endblock heading %} {% block content %}
{% trans "Delete Authentication Host" %}
{% csrf_token %} {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %}
{% blocktrans with host.address as host_address %} Delete the Authentication host {{ host_address }}: ? {% endblocktrans %}
{% endblock content %}