{% extends "ratings/base.html" %} {% block title %}Tazama Chess{% endblock %} {% block content %}

Name: {{ player.name }}
Rating: {{ player.rating }}
Federation: {{ player.fed }}
Birthday: {{ player.birthday }}

{{ player.origin_file|linebreaks }}
{% endblock %}