{% extends "game.html" %} {% load i18n %} {% load trans_to %} {% block gametitlename %}LEKSA{% endblock %} {% block imgprefix %}leksa{% endblock %} {% block navbar %} {% endblock %} {% block veiledning %} {% ifequal LANGUAGE_CODE "sme" %} http://{{hst}}/sme/useoahpa/leksa.html {% endifequal %} {% ifequal LANGUAGE_CODE "fi" %} http://{{hst}}/sme/useoahpa/leksa.fin.html {% endifequal %} {% ifequal LANGUAGE_CODE "en" %} http://{{hst}}/sme/useoahpa/leksa.eng.html {% endifequal %} {% ifequal LANGUAGE_CODE "no" %} http://{{hst}}/sme/useoahpa/leksa.nob.html {% endifequal %} {% ifequal LANGUAGE_CODE "sv" %} http://{{hst}}/sme/useoahpa/leksa.nob.html {% endifequal %} {% endblock %} {% block instructions %} {% trans_to "Give translations for words. You can choose set or level, not both." "sme" %} {% 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 %}