{% extends "GeoffreyApp/base.html" %} {% block content %}

Players

{% if player_list %} {% else %}

There are no players in the database :pepethonk:

{% endif %} {% endblock %}