{% extends base_template %} {% load debusine %} {% block navbar_left %} {{ block.super }} {% include "web/_collection-menu.html" with collection=collection only %} {% endblock %} {% block content %}
{% csrf_token %}

Delete collection relation:

From {{ collection_relation.source }}
To {{ collection_relation.target }}
Type {{ collection_relation.get_type_display }}
Position {{ collection_relation.position|default_if_none:"-" }}
Cancel
{% endblock %}