{% extends "GeoffreyApp/base.html" %}
{% block header %}
Points of Interest
{% endblock %}
{% block content %}
{% include "GeoffreyApp/location_table.html" with loc_list=pointofinterest_list show_owner=True %}