{% extends "game.html" %} {% load i18n %} {% block helpaddress %} {% ifequal LANGUAGE_CODE "no" %} {% trans "numeral" %}Ex. "23" equivalent to the given Cree number. {% else %} Enter the Plains Cree {% trans "translation" %}Ex. "nîsitanaw nistosâp" of the given number. {% endifequal %} {% endblock %} {% block settings %} {% endblock %} {% block question %} {% if form.numstring %} {{ form.numstring }} {% else %} {{ form.numeral }} {% endif %} {{ form.numeral_id }} {% endblock %} {% block disable_nds %} {% endblock %}