{% extends "game.html" %} {% load i18n %} {% block navbar %} {% endblock %} {% block name %}{% trans "Quizz" %}{% endblock %} {% block pagename %}/oahpa/leksa/{% endblock %} {% block gamename %}{% endblock %} {% block instructions %}{% trans "Give translations for words." %}{% endblock %} {% block menu %} {% trans 'Morfa' %}   {% trans 'Contextual Morfa' %}   {% trans 'Leksa' %}   {% trans 'Logut' %}   {% endblock %} {% block tabmenu %} {% endblock %} {% block settings %}
{% trans "Set" %} {% trans "Book" %} {% trans "Select the language pair" %}  
{{ settingsform.semtype }} {{ settingsform.book }} {{ 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 %}