7 lines
207 B
HTML
7 lines
207 B
HTML
|
{% extends "GeoffreyApp/location.html" %}
|
||
|
|
||
|
{% block info %}
|
||
|
<h2>Inventory:</h2>
|
||
|
{% include "GeoffreyApp/itemlisting_table.html" with itemlisting_list=inventory %}
|
||
|
<hr class="my-4">
|
||
|
{% endblock %}
|