{% trans 'Words' %}
{% trans 'Names' %}
{% endblock %}
{% block veiledning %}
{% ifequal LANGUAGE_CODE "sme" %}
http://oahpa.no/index.html
{% endifequal %}
{% ifequal LANGUAGE_CODE "fi" %}
http://oahpa.no/sjd/index.fin.html
{% endifequal %}
{% ifequal LANGUAGE_CODE "en" %}
http://oahpa.no/sjd/index.eng.html
{% endifequal %}
{% ifequal LANGUAGE_CODE "no" %}
http://oahpa.no/sjd/index.nob.html
{% endifequal %}
{% ifequal LANGUAGE_CODE "ru" %}
http://oahpa.no/sjd/index.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 %}
{% include 'grammar_links_menu.html' %}
{% endblock %}
{% block question %}
{{ form.lemma }}
{% endblock %}
{% block submit %}
{% if not all_correct %}
{% if not show_correct %}
{% endif %}
{% ifequal count 1 %}
{% endifequal %}
{% endif %}
{% endblock %}