{% extends "base.html" %} {% block title %}{{ _('Locations') }} — {{ service_name }}{% endblock %} {% block content %}

{{ _('Locations') }}

{{ _('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) %} {{ _('Create Location') }} {% endif %}

{% if locations_tree %} {% endif %} {% if has_hidden_locations %}

{{ _('Some locations have been hidden because you lack the required permissions to access them.')}}

{% endif %} {% endblock %}