{% extends "ui/base_ui.html" %} {% block title %}Tournament #{{ tournament.id }} - Admin - ATP Platform{% endblock %} {% block content %}

Tournament #{{ tournament.id }} {% if not is_live %}- Post-mortem{% endif %}

{{ tournament.game_type }} - round {{ current_round }}/{{ tournament.total_rounds }} - {{ tournament.status }}

Created {{ tournament.created_at.strftime("%Y-%m-%d %H:%M") }} - {{ tournament.participants|length }} participants

Back {% if is_live %} {% endif %}
{% if is_live %}

Loading activity…

{% else %}
{% include "ui/admin/_activity_block.html" %}
{% endif %} {% endblock %}