{% extends 'base.html' %} {% load i18n staticfiles tz stats %} {% block title %}{{ profile.name }} / {{ block.super }}{% endblock title %} {# TODO удалить т.к. возможно не нужен #} {% block content %} {{ profile.name }} {% trans 'The squad did not participate in this tour' %} {% endblock content %}