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