7 lines
202 B
HTML
7 lines
202 B
HTML
|
{% extends "GeoffreyApp/location.html" %}
|
||
|
|
||
|
{% block info %}
|
||
|
<h2>Residents:</h2>
|
||
|
{% include "GeoffreyApp/player_table.html" with itemlisting_list=residents %}
|
||
|
<hr class="my-4">
|
||
|
{% endblock %}
|