{% if not action%} {% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
{% endif %} {% endwith %} {% if 'active_player' not in status %}

Hra sa skončila.

{% else %}
{% if action == 'guess' %}

Zadaj tip:

{% include "_guess_form.html" %} {% endif %} {% if status['active_stash'] %}

Aktuálna kôpka:

{% for player in range(status['active_stash']['first_player'], status['active_stash']['first_player'] + 4) %} {% endfor %} {% for player in range(status['active_stash']['first_player'], status['active_stash']['first_player'] + 4) %} {% endfor %}
{{ players[player % 4] }}
{% if status['active_stash']['cards'][player % 4] %} {% endif %}
{% endif %}
{% if action != 'play' %}

Moje karty:

{% for card in status['player_cards'] %} {% endfor %}
{% else %}

{{ form.card.label }}:

{{ form.hidden_tag() }}

{% for card in status['player_cards'] %} {% endfor %} {% for card in status['player_cards'] %} {% endfor %}
{% for error in form.card.errors %} [{{ error }}] {% endfor %} {{ form.submit() }}

{% endif %} {% endif %}

Výsledky

{% for series in status['standings'] %} {% if series %} {% for round in series %} {% if round %} {% for player in round %} {% endfor %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% for player in points_sums %} {% endfor %}
{{ players[0] }} {{ players[1] }} {{ players[2] }} {{ players[3] }}
{{ player }}
{{ player }}