{% load crispy_forms_tags %}
Topics for this Submission (see full Ontology or Topics database)
{% for topic in submission.topics.all %} {{ topic }} {% if perms.scipost.can_manage_ontology %} {% include 'bi/x-square-fill.html' %} {% endif %} {% empty %}
No Topic has yet been associated to this Submission
{% endfor %} {% if matching_topics %}
Matching your interests:
{% for topic in matching_topics.all %} {{ topic }} {% empty %} No matches {% endfor %}
{% endif %}
{% if perms.scipost.can_manage_ontology %}

Add a Topic to this Submission
(can't find the Topic you need?  {% include "bi/arrow-right-square-fill.html" %} create it )

{% crispy topic_search_form %}
{% endif %}