{% extends "conntrackt/base.html" %} {# For html_link #} {% load conntrackt_tags %} {# For Bootstrapped forms #} {% load crispy_forms_tags %} {% block content %}

Remove interface {{interface.name}}

{% csrf_token %} {{ form }} Are you sure you want to remove this interface?

{% endblock content %}