{% extends "base.html" %} {% block title %}{% if location %}{{ _('Location') }} #{{ location.id }}: {{ location | get_location_name(False) }}{% else %}{{ _('Location') }}{% endif %} — {{ 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.') }}