8 lines
204 B
HTML
8 lines
204 B
HTML
|
{% extends "GeoffreyApp/base.html" %}
|
||
|
|
||
|
{% block header %}
|
||
|
{{ player.name }}
|
||
|
{% endblock %}
|
||
|
{% block content %}
|
||
|
{% include "GeoffreyApp/location_table.html" with loc_list=loc_list %}
|
||
|
{% endblock %}
|