{% 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.') }}