2019-01-14 01:27:48 +00:00
|
|
|
{% extends "GeoffreyApp/location.html" %}
|
|
|
|
|
|
|
|
{% block info %}
|
2019-04-10 23:04:20 +00:00
|
|
|
<h2>Inventory</h2>
|
2019-01-14 01:27:48 +00:00
|
|
|
{% include "GeoffreyApp/itemlisting_table.html" with itemlisting_list=inventory %}
|
|
|
|
<hr class="my-4">
|
|
|
|
{% endblock %}
|