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