{% extends "base.html" %} {% block content %}

Toto je detail sifrovacky se jmenem: {{sifrovacka_detail}} a id: {{sifrovacka_id}}.


Pocet ukolu: {{ sifrovacka_stage_count }}
Obtiznost: NONE
Casova narocnost: NONE


{% if request.user.is_authenticated %} {% if not sifrovacka_current %}
{% csrf_token %}
{% else %}

Vase Aktualni uroven:

{% for stage in sifrovacka_stages %} {% if sifrovacka_current_stage_urlhash.at_stage == stage.stage_urlhash %}
  • {{ stage }}
  • {% endif %} {% endfor %} {% endif %} {% endif %}


    Debug:
    {% for stage in sifrovacka_stages %}
  • {{ stage }}
  • {% endfor %}
    {% comment %}
    {% csrf_token %}

    {{ sifrovacka_detail }}

    {% if error_message %}

    {{ error_message }}

    {% endif %} {% for choice in question.choice_set.all %}
    {% endfor %}
    {% endcomment %} {% endblock %}