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