2018-12-14 01:58:59 +00:00
|
|
|
{% extends "GeoffreyApp/base.html" %}
|
|
|
|
|
2019-01-12 21:06:06 +00:00
|
|
|
{% block header %}
|
|
|
|
Item Listings
|
|
|
|
{% endblock %}
|
|
|
|
|
2018-12-14 01:58:59 +00:00
|
|
|
{% block content %}
|
2019-01-14 01:27:48 +00:00
|
|
|
{% include "GeoffreyApp/itemlisting_table.html" with show_shop=True %}
|
2018-12-14 01:58:59 +00:00
|
|
|
|
|
|
|
{% endblock %}
|