{% extends "game.html" %} {% load i18n %} {% block helpaddress %} {% ifequal LANGUAGE_CODE "no" %}
NUMRA
{% endblock %} {% block name %}{% trans "Numerals" %}{% endblock %} {% block pagename %}/oahpa/numra/{% endblock %} {% block gamename %}{% endblock %} {% block instructions %} {% endblock %} {% block settings %}
{% trans "Select the range of numerals." %}  
{{ settingsform.maxnum }} {{ settingsform.numgame }} {{ settingsform.numlanguage }}  
{% endblock %} {% block question %} {% if form.numstring %} {{ form.numstring }} {% else %} {{ form.numeral }} {% endif %} {{ form.numeral_id }} {% endblock %} {% block submit %} {% if not all_correct %} {% if not show_correct %} {% endif %} {% ifequal count 1 %} {% endifequal %} {% endif %} {% endblock %}