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