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