{% extends "webapp/base.html" %} {% from "webapp/_game_logo.html" import glogo %} {% block title %}{{ t('results_history') }} โ {{ t('brand') }}{% endblock %} {% block content %}
{{ t('results_history_desc') | default('Every finished tournament, every champion, every prize โ on the record.') }}
{{ t('no_results_desc') | default('Finished tournaments with announced winners will appear here.') }}
{{ t('no_results_yet') | default('No results yet') }}
{% endif %}