{% extends "game.html" %} {% load i18n %} {% load trans_to %} {% block addcss %} {% endblock %} {% block extrajs %} {% endblock %} {% block imgprefix %}sahka{% endblock %} {% block questionsetclass %}sahka{% endblock %} {% block gametitlename %}SAHKA{% endblock %} {% block navbar %} {% if not forms %} {% endif %} {% if image %}

 


{% endif %} {% if wordlist %}

{{ wordlist }}
{% endif %} {% endblock %} {% block veiledning %} {% ifequal LANGUAGE_CODE "sme" %} http://{{hst}}/sme/useoahpa/sahka.html {% endifequal %} {% ifequal LANGUAGE_CODE "fi" %} http://{{hst}}/sme/useoahpa/sahka.fin.html {% endifequal %} {% ifequal LANGUAGE_CODE "en" %} http://{{hst}}/sme/useoahpa/sahka.eng.html {% endifequal %} {% ifequal LANGUAGE_CODE "no" %} http://{{hst}}/sme/useoahpa/sahka.nob.html {% endifequal %} {% ifequal LANGUAGE_CODE "sv" %} http://{{hst}}/sme/useoahpa/sahka.nob.html {% endifequal %} {% endblock %} {% block name %}Sahka{% endblock %} {% block pagename %}/{{ URL_PREFIX }}/sahka/{% endblock %} {% block settings %} {% if forms %}
{% trans_to "Answer to the questions with full sentences. Remember big initial letter in names." "sme" %}


{% endif %} {% if not forms %}

{% trans_to "Buorre beaivi" "sme" %}

{% trans_to "Biila" "sme" %}

{% trans_to "Gáffeboddu" "sme" %}

{% trans_to "Visit" "sme" %}

{% trans_to "Grocery" "sme" %}

{% trans_to "Shop" "sme" %}
{% endif %} {% endblock settings %} {% block hidden %} {% endblock %} {% for form in forms %} {% block question %} {% if form.utterance %} {{ form.utterance }} {% endif %} {% if show_correct %} {% ifequal form.error "error" %} {{ form.correct_answers }} {{ form.answer }} {% endifequal %} {% endif %} {% endblock %} {% block submit %} {% if forms %} {% if not all_correct %} {% if not show_correct %} {% if attempts > 1 %} {% endif %} {% endif %} {% endif %} {% endif %} {% if messages %}

{% for m in messages %}{{ m|safe }}
{% endfor %}
{% endif %} {% endblock submit %} {% endfor %}