Geoffrey-Django/GeoffreyApp/templates/GeoffreyApp/shop_list.html

11 lines
212 B
HTML

{% extends "GeoffreyApp/base.html" %}
{% block header %}
Shops
{% endblock %}
{% block content %}
{% include "GeoffreyApp/location_table.html" with loc_list=shop_list show_owner=True %}
{% endblock %}