{% extends base_template %} {% load debusine %} {% load static %} {% block navbar_left %} {{ block.super }} {% include "web/_collection-menu.html" with collection=collection only %} {% endblock %} {% block content %} Listing only Requires relations.
{% csrf_token %} {% for collection_relation in collection_relations %} {% empty %} {% endfor %}
Target Position Details Actions
{{ collection_relation.target }} {{ collection_relation.position }} {% include "web/_collection_relation-details.html" with collection_relation=collection_relation only %} {% ui collection_relation as collection_relation_ui %} {% for shortcut in collection_relation_ui.ui_shortcuts %} {% widget shortcut %} {% endfor %}
No relations of type Requires.
{% if save_button %}{% endif %} Cancel
{% endblock %}