{% extends "game.html" %} {% load i18n %} {% block addcss %} {% endblock %} {% block helpaddress %} {% ifequal LANGUAGE_CODE "no" %}  

SAHKA

{% trans "Select a dialogue" %}

{% endif %} {% if image %}

 


{% endif %} {% if wordlist %}

{{ wordlist }}
{% endif %} {% endblock %} {% block name %}Sahka{% endblock %} {% block pagename %}/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 "Meeting with Hansa" %} {% trans "Meeting with Lisa" %} {% trans "Meeting with Lemet" %}
{% trans "Visit" %} {% trans "Grocery" %}
{% trans "Shop" %}
{% endif %} {% endblock %} {% 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 %} {% endblock %}