{% extends "stock/stock_app_base.html" %} {% load static %} {% block content %}
{{ location.description }}
{% else %}All stock items
{% endif %}
| Location Path | {{ location.pathstring }} |
| Location Description | {{ location.description }} |
| Sublocations | {{ location.children.count }} |
| Stock Items | {{ location.item_count }} |