2019-02-06 20:54:50 +00:00
|
|
|
{% extends "GeoffreyApp/location.html" %}
|
|
|
|
|
|
|
|
{% block info %}
|
2019-04-10 23:04:20 +00:00
|
|
|
<h2>Residents</h2>
|
|
|
|
{% include "GeoffreyApp/player_table.html" with player_list=residents %}
|
2019-02-06 20:54:50 +00:00
|
|
|
<hr class="my-4">
|
|
|
|
{% endblock %}
|