{% comment %}
Working on a redo of the form, this is called by new_views. This is
not a drop-in substitute for the existing forms, and is somewhat
dependent on that specific code (which is different from the
existing view code). If you still see this comment, then work is
incomplete.
{% endcomment %}
{% extends "test_newform.html" %}
{% load i18n %}
{% block helpaddress %}
{% ifequal LANGUAGE_CODE "no" %}
{% endblock %}
{% block name %}{% trans "Quizz" %}{% endblock %}
{% block pagename %}/smaoahpa/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 }} |