{% 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 %} Create Location {% endif %}

{% if locations_tree %} {% endif %} {% endblock %}