{% extends "workflows/workflows/map_workflow_view.html" %} {% load tethys_gizmos static django_bootstrap5 %} {% block app_actions %} {% if allow_shapefile %} {% endif %} {% if allow_image %} {% endif %} {{ block.super }} {% endblock %} {% block scripts %} {{ block.super }} {% endblock %} {% block content_dependent_styles %} {{ block.super }} {% endblock %} {% block after_app_content %} {{ block.super }} {% if allow_shapefile %} {# Shapefile Modal #} {% endif %} {% if allow_image %} {# Reference Image Modal #} {% endif %} {# Attributes Form #} {% if attributes_form %}

{% csrf_token %} {% bootstrap_form attributes_form %}
Save
{% endif %} {# MAP ATTRIBUTES #} {% endblock %}