{% extends 'base.html' %} {% load i18n staticfiles tz stats %} {% block title %}{{ player.nickname }} / {{ block.super }}{% endblock title %} {% block content %} {{ player.nickname }} {% trans 'Player profile was hidden' %} {% endblock content %}