{% 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 ŠPATNÉ heslo pro vstup do další úrovně.
{% endif %}

Průvodní 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 šifrovačku máte dokončenou.
{% endif %} {% endif%} {% endif %} {% else %}
Stránka není dostupná
{% endif %}
{% endblock %}