10 lines
224 B
HTML
10 lines
224 B
HTML
|
{% extends "GeoffreyApp/base.html" %}
|
||
|
|
||
|
{% block header %}
|
||
|
Public Farms
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block content %}
|
||
|
{% include "GeoffreyApp/location_table.html" with loc_list=publicfarm_list show_owner=True %}
|
||
|
{% endblock %}
|