{% load crispy_forms_tags %}
{% include 'scipost/messages.html' %} {% for publicationtablerow in collection.collectionpublicationstable_set.all %} {% empty %} {% endfor %}
Order Publication Actions
{{ publicationtablerow.order }} {{ publicationtablerow.publication }} Remove
No publications yet

Add a publication

{% csrf_token %}
{% crispy publication_search_form %}