{% extends "base.html" %} {% load static %} {% block content %}
{% if stage_current_id %} {% if request.user.is_authenticated %}

{{ sifrovacka_current_stage_urlhash }}

Krok: {{ stage_current_id.stage_number }} z {{ sifrovacka_stage_count }}.

{% if error_passphrase %}
Zadali jste Spatne heslo pro vstup do dalsi urovne.
{% endif %}

Pruvodni slovo


{{ stage_current_id.stage_description | safe }} {% if stage_current_id.stage_img %}
16x9 Image {% comment %}
Autor: Junius Koolen CC-BY-SA {{ stage_current_picture_extra_text }
{% endcomment %}
{% endif %} {% if not last_stage %}
{% csrf_token %}

{{ stage_current_id.stage_help }}



{{ passphrase_form.non_field_errors }} {{ passphrase_form.errors }} {{ passphrase_form.passphrase.errors }}
{{ passphrase_form.passphrase }}
{% else %} {% if not participant_sifrovacka.finished %} {% comment %} {% endcomment %}
{% csrf_token %}
{% else %}
Tuto sifrovacku mate dokoncenou.
{% endif %} {% endif%} {% endif %} {% else %}
Stranka neni dostupna
{% endif %}
{% endblock %}