{% extends "base.html" %} {% block title %}Location #{{ location.id }}: {{ location.name }} — {{ service_name }}{% endblock %} {% block content %}
{{ location.description }}
View Objects
{% if not current_user.is_readonly %}
Edit Location
Create Sub-Location
{% endif %}
{% if locations_tree %}