{% extends "base.html" %} {% block title %}Location #{{ location.id }}: {{ location.name }} — {{ service_name }}{% endblock %} {% block content %}

{% for ancestor_id, ancestor_name in ancestors %} {{ ancestor_name }} / {% endfor %} {{ location.name }}

{{ location.description }}
View Objects Edit Location Create Sub-Location {% if locations_tree %}

Sub-Locations

{% endif %} {% endblock %}