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

The new relation will be appended after the current ones. They can be re-ordered later on.

{{ allowed_targets_by_type|json_script:"allowed-targets-by-type" }} {% else %}

Cannot create relations for the current collection.

{% endif %}
{% endblock %}