{% extends "base.html" %} {% set master_ct_id = ctx.master_contest.contest_id %} {% block title %} {{ ctx.round.round_code() }}: Uložená verze výsledkové listiny pro {{ ctx.round.name|lower }} kategorie {{ ctx.round.category }} {{ ctx.contest.place.name_locative() }} {% endblock %} {% block breadcrumbs %} {{ ctx.breadcrumbs(action="Uložená verze výsledkové listiny") }} {% endblock %} {% block pretitle %} {% if ctx.rights.have_right(Right.view_contestants) %}
Aktuální výsledky Všechny uložené verze {% if scoretable.pdf_file %} PDF {% endif %}
{% endif %} {% endblock %} {% block body %} {% if set_final_form %}
{{ set_final_form.csrf_token }}
{% if cset and cset.scoretable_id == scoretable.scoretable_id %} Zobrazit diplomy {% endif %} {% if ctx.master_contest.scoretable_id == scoretable.scoretable_id %} {% if not cset or cset.scoretable_id is none %} Vydat diplomy {% elif cset and cset.scoretable_id != scoretable.scoretable_id %} Aktualizovat diplomy {% endif %} {% else %} {% endif %}
{% endif %} {% if ctx.rights.have_right(Right.view_contestants) %}

Výsledková listina odpovídající stavu k {{ scoretable.created_at|timeformat }}.

{% if scoretable.scoretable_id == ctx.master_contest.scoretable_id %}

Tato verze je zveřejněna jako oficiální výsledková listina.

{% else %}

Tato verze není zveřejněna jako oficiální výsledková listina. {% if ctx.master_contest.scoretable_id == None %} Zkontrolujte ji prosím{% if scoretable.pdf_file %} (včetně PDF){% endif %} a zveřejněte. {% endif %}

{% endif %} {% endif %}
Vygenerováno{{ scoretable.created_at|timeformat }}
Autor{{ scoretable.user|user_link }}
Mód výsledkové listiny{{ scoretable.score_mode.friendly_name() }}
Oficiální výsledková listina{{ (scoretable.scoretable_id == ctx.master_contest.scoretable_id) | yes_no }} {% if scoretable.note %}
Poznámka{{ scoretable.note }}{% endif %} {% if scoretable.score_metadata.get('boundary',{}).get('winner',None) is not none %}
Bodů na vítězství {{ scoretable.score_metadata['boundary']['winner'] }} {% endif %} {% if scoretable.score_metadata.get('boundary',{}).get('successful',None) is not none %}
Bodů na úspěšného řešitele {{ scoretable.score_metadata['boundary']['successful'] }} {% endif %}
Udělují se pochvalná uznání{{ scoretable.score_metadata.get('has_hm', False) | yes_no }}
{{ table.to_html() }} {% if scoretable.score_metadata.get('comment_hack', None) is not none %} {{ scoretable.score_metadata.get('comment_hack')|safe }} {% endif %} {% endblock %}