{% extends "game.html" %} {% load i18n %} {% load trans_to %} {% block helpaddress %} {% ifequal LANGUAGE_CODE "no" %} {% trans_to "Numerals" "sme" %}{% endblock %} {% block pagename %}/{{ URL_PREFIX }}/numra/{% endblock %} {% block instructions %} {# TODO: strings for instructions. #} {% block gamename %}{% endblock %} {% ifequal gametype "string" %} {% trans_to "Enter the numeral. (Ex. 8)" "sme" %} {% else %} {% trans_to "Enter the North Sámi number. (Ex. vihtta)." "sme" %} {% endifequal %} {% endblock %} {% block settings %} {% endblock %} {% block question %} {% if form.numstring %} {{ form.numstring }} {% else %} {{ form.numeral }} {% endif %} {{ form.numeral_id }} {% endblock %}