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

{{headline}}

{% csrf_token %} {{ form }} The following entries will be removed:
    {{ related_items|unordered_list }}
Are you sure you want to remove them?

{% endblock content %}