asymmetric:
{% for rel in relations_asym %}
- {% if rel.A != topic %}{{ rel.A}}{% else %}{{ rel.A }}{% endif %} {{ rel.get_relation_display }} {% if rel.B != topic %}{{ rel.B }}{% else %}{{ rel.B }}{% endif %} {% if perms.scipost.can_manage_ontology %}{% endif %}
{% empty %}
- No relations have been defined
{% endfor %}
{% if perms.scipost.can_manage_ontology %}
Add an asymmetric relation:
{% endif %}