{% extends 'atlas/base.html' %} {% block content %}
Edit Delete {% if request.user.is_superuser %} Admin Edit {% endif %}

Name: {{structure.name}}

Primary name: {% if structure.canonical %}No (alias of {{ structure.canonical.name }}){% else %}Yes{% endif %}
Synonyms: {{ structure.get_synonym_link|safe }}

Associated Cases

{# Include cases referenced via CaseDisplaySet that list this structure #} {% if structure.casedisplayset_set.all %}

Cases via Display Sets

{% endif %} {% if structure.sbas_questions.all %}

Related SBA Questions

{% endif %} {% endblock %} {% block js %} {% endblock %}