{% extends "base.html" %} {% block title %}Location — {{ service_name }}{% endblock %} {% block stylesheets %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %} {% if submit_text == "Create" %}

Note: Please verify that the location you want to create does not exist already to avoid duplicates.

{% endif %}
{{ location_form.hidden_tag() }}
{% endblock %}