{% extends "GeoffreyApp/location.html" %}
{% block info %}
<h2>Resources:</h2>
{% include "GeoffreyApp/resource_table.html" with resource_list=resources %}
<hr class="my-4">
{% endblock %}