{% 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) %}
{% endif %} {% endblock %} {% block body %} {% if set_final_form %} {% 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 }} |