{% 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 %}
{% csrf_token %}
{% 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 %}