{% extends "GeoffreyApp/base.html" %} {% block header %} {{ player.name }} {% endblock %} {% block content %}

Locations

{% include "GeoffreyApp/location_table.html" with loc_list=loc_list %} {% endblock %}