{% extends "index.html" %} {% load i18n %} {% load bootstrap3 %} {% block menu %} {% with "hosts" as current_category %} {{ block.super }} {% endwith %} {% endblock %} {% block content %} {{ form.non_field_errors }}
{% csrf_token %} {% bootstrap_form form %} {% buttons %}
{% trans "Cancel" %}  
{% endbuttons %}
{% endblock content %}