{% 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 status['active_round_stashes'] %} {% endif %}

Na ťahu je: {{ status['active_player'] }}

Tipy:

{% for player in status['active_round_guesses'] %} {% endfor %}
0 1 2 3
{{ status['active_round_guesses'][player] }}

Kôpky v tomto kole:

{% for player in status['active_round_stashes'] %} {% endfor %}
0 1 2 3
{{ player }}
{% 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) %} {% if status['active_stash']['cards'][player % 4] %} {% else %} {% endif %} {% endfor %}
{{ player % 4 }}
{% 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 %}
0 1 2 3
{{ player }}