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 %}