{% extends "GeoffreyApp/base.html" %} {% block header %} Search results for {{ search }}... {% endblock %} {% block content %}

Players

{% include "GeoffreyApp/player_table.html" %}
{% include "GeoffreyApp/location_table.html" with show_owner=True %} {% endblock %}