{% extends "game.html" %}
{% load i18n %}
{% block helpaddress %}
{% ifequal LANGUAGE_CODE "no" %}
{% endblock %}
{% block name %}{% trans "Quizz" %}{% endblock %}
{% block pagename %}/oahpa/leksa/{% endblock %}
{% block gamename %}{% endblock %}
{% block instructions %}{% trans "Give translations for words. You can choose set or book, not both." %}{% endblock %}
{% block settings %}
{% trans "Set" %} | {% trans "Book" %} | {% trans "Select the language pair" %} | |
{{ settingsform.semtype }} | {{ settingsform.book }} | {{ settingsform.transtype }} |