{% extends "game.html" %} {% load i18n %} {% block helpaddress %} {% ifequal LANGUAGE_CODE "no" %} {% endblock %} {% block veiledning %} {% ifequal LANGUAGE_CODE "sme" %} http://oahpa.no/index.html {% endifequal %} {% ifequal LANGUAGE_CODE "fi" %} http://oahpa.no/sms/index.fin.html {% endifequal %} {% ifequal LANGUAGE_CODE "en" %} http://oahpa.no/sms/index.eng.html {% endifequal %} {% ifequal LANGUAGE_CODE "no" %} http://oahpa.no/sms/index.html {% endifequal %} {% ifequal LANGUAGE_CODE "ru" %} http://oahpa.no/sms/index.rus.html {% endifequal %} {% endblock %} {% block instructions %} {% trans "Give translations for words. You can choose set or level, not both." %} {% endblock %} {% block name %}{% trans "Quizz" %}{% endblock %} {% block pagename %}/{{ URL_PREFIX }}/leksa/{% endblock %} {% block settings %} {% endblock %} {% block question %} {{ form.lemma }} {% endblock %} {% block submit %} {% if not all_correct %} {% if not show_correct %} {% endif %} {% ifequal count 1 %} {% endifequal %} {% endif %} {% endblock %}