{% extends 'django_spire/page/full_page.html' %} {% block full_page_content %}
Connect to Region
Choose a region to associate with "{{ visual }}".
Back to Visual
{% if region_rows %}
{% for row in region_rows %} {% endfor %}
Key Status Actions
{{ row.key }} {% if row.status == 'connected' %} Connected {% elif row.status == 'taken' %} Reassign {% else %} Unassigned {% endif %}
{% csrf_token %}
{% else %} {% include 'django_spire/item/no_data_item.html' %} {% endif %}
{% endblock %}