{% extends "game.html" %} {% load i18n %} {% block helpaddress %} {% ifequal LANGUAGE_CODE "no" %}
LEKSA
{% endblock %} {% block name %}{% trans "Quizz" %}{% endblock %} {% block pagename %}/oahpa/leksa/{% endblock %} {% block gamename %}{% endblock %} {% block instructions %}{% trans "Give translations for placenames." %}{% endblock %} {% block settings %}
{% trans "Geography" %} {% trans "Frequency" %} {% trans "Select the language pair" %}  
{{ settingsform.sapmi }}{% trans "sapmi" %}
{{ settingsform.world }}{% trans "world" %}
{{ settingsform.suopma }}{% trans "suopma" %}
{{ settingsform.common }}{% trans "common" %}
{{ settingsform.rare }}{% trans "rare" %}

{{ settingsform.transtype }}  
{% endblock %} {% block question %} {{ form.lemma }} {% endblock %} {% block submit %} {% if not all_correct %} {% if not show_correct %} {% endif %} {% ifequal count 1 %} {% endifequal %} {% endif %} {% endblock %}