{% extends 'base.html' %} {% load i18n staticfiles tz stats %} {% block title %}{{ profile.nickname }} / {{ block.super }}{% endblock title %} {% block content %}
{{ profile.nickname }}
{% trans 'The player did not participate in this tour' %}
{% endblock content %}