10 lines
211 B
HTML
10 lines
211 B
HTML
|
{% extends "GeoffreyApp/base.html" %}
|
||
|
|
||
|
{% block header %}
|
||
|
Towns
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block content %}
|
||
|
{% include "GeoffreyApp/location_table.html" with loc_list=town_list show_owner=True %}
|
||
|
{% endblock %}
|