{% extends "GeoffreyApp/location.html" %}
{% block info %}
<h2>Shops</h2>
{% include "GeoffreyApp/location_table.html" with loc_list=shops %}
<hr class="my-4">
{% endblock %}