{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {{ block.super }} {% for location in object.get_ancestors %} {% endfor %} {% endblock %} {% block content %}
Location
Name {{ object.name }}
Description {{ object.description|placeholder }}
Site {{ object.site }}
Parent {% if object.parent %} {{ object.parent }} {% else %} {% endif %}
Racks {{ rack_count }}
Devices {{ device_count }}
{% plugin_left_page object %}
{% include 'inc/custom_fields_panel.html' %}
Images
{% include 'inc/image_attachments.html' with images=object.images.all %}
{% if perms.extras.add_imageattachment %} {% endif %}
{% plugin_right_page object %}
Locations
{% include 'inc/table.html' with table=child_locations_table %}
{% if perms.dcim.add_location %} {% endif %}
{% include 'inc/paginator.html' with paginator=child_locations_table.paginator page=child_locations_table.page %} {% plugin_full_width_page object %}
{% endblock %}