{% extends "base.html" %} {% block title %}{{ _('Locations') }} — {{ service_name }}{% endblock %} {% block content %}
{{ _('Locations allow users to track where an object can be found.')}} {{ _('Read more.')}}
{% if not current_user.is_readonly and (not config['ONLY_ADMINS_CAN_MANAGE_LOCATIONS'] or current_user.is_admin) %} {% if filter_topic_ids %} {{ _('Create Location') }} {% else %} {{ _('Create Location') }} {% endif %} {% endif %} {% if not config['DISABLE_TOPICS'] and topics %} {{ _('Filters') }}
{{ _('Some locations have been hidden because you lack the required permissions to access them.')}}
{% endif %} {% endblock %} {% block stylesheets %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}