{% extends "master.html" %} {% load i18n %} {% block content %}
{% translate "Some statistics about this application (games & players)" %}
| # | {% translate "First name" %} | {% translate "Last name" %} | {% translate "Score" %} |
|---|---|---|---|
| {{ forloop.counter }} | {{ player.user.first_name }} | {{ player.user.last_name }} | {{ player.score }} |
| {% translate "There is no game yet!" %} | |||