{% 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 %}