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

Name: {{structure.name}}

Primary name: {{structure.primary}}
Synonyms: {{structure.synonym.all|join:", "}}

Associated Cases

{% if structure.sbas_questions.all %}

Related SBA Questions

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