{% 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 %}