{% extends 'common/base.html' %} {% block title %}::Locations::{{ location }}{% endblock %} {% block content %}
{% include 'navigation/inventory/sidebar.html' %}
{% csrf_token %} {{ location_form.as_p }}

Objects in this location

{% for object in location.inventory_objects.all %} {% endfor %}

{{ object.name }}

{% if object.hardware %}

{{ object.hardware }}

{% endif %} {% if object.label.all %} {% endif %}
{{ object.location_pretty }} {{ object.type.name }}
{% endblock %}