{% extends 'common/base.html' %} {% block title %}::Locations{% endblock %} {% block content %}
{% include 'navigation/inventory/sidebar.html' %}
{% for location in locations %} {% endfor %}
Location Objects amount Controls
{% if location.fullname %}

{{ location.fullname }}

{% endif %}

{% if not location.fullname %}{% endif %}{{ location.shortname }}{% if not location.fullname %}{% endif %}

{{ location.inventory_objects.all|length }}
{% endblock %}