{% extends "game.html" %} {% load i18n %} {% block addcss %} {% endblock %} {% block helpaddress %} {% ifequal LANGUAGE_CODE "no" %} {% 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://giellatekno.uit.no/oahpa/sme/useoahpa/sahka.html {% endifequal %} {% ifequal LANGUAGE_CODE "fi" %} http://giellatekno.uit.no/oahpa/sme/useoahpa/sahka.fin.html {% endifequal %} {% ifequal LANGUAGE_CODE "en" %} http://giellatekno.uit.no/oahpa/sme/useoahpa/sahka.eng.html {% endifequal %} {% ifequal LANGUAGE_CODE "no" %} http://giellatekno.uit.no/oahpa/sme/useoahpa/sahka.nno.html {% endifequal %} {% ifequal LANGUAGE_CODE "sv" %} http://giellatekno.uit.no/oahpa/sme/useoahpa/sahka.nno.html {% endifequal %} {% endblock %} {% block name %}Sahka{% endblock %} {% block pagename %}/sjd_oahpa/sahka/{% endblock %} {% block settings %} {% if forms %}

{% trans "Answer to the questions with full sentences. Remember big initial letter in placenames." %}


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

{% trans "Meeting with Kare" %}

{% trans "Visit" %}

{% trans "Grocery" %}

{% trans "Shop" %}
{% endif %} {% endblock settings %} {% block hidden %} {% endblock %} {% block question %} {% if forms %} {% if form.utterance %} {{ form.utterance }} {% endif %} {% endif %} {% endblock %} {% block submit %} {% if forms %} {% if not all_correct %} {% endif %} {% endif %} {% if messages %}

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