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

9 lines
214 B
HTML

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