{% extends "num.html" %} {% load i18n %} {% block navbar %} {% with "numra_ordinal" as gamename_nav %} {% include 'numra_submenu.html' %} {% endwith %} {% endblock %} {% block instructions %} {# TODO: strings for instructions. #} {% ifequal gametype "string" %} {% trans "Write an Arabic numeral followed by a period. (E.g. 32.)" %} {% else %} {% trans "Write the appropriate ordinal numerals in Tundra Nenets. (E.g. маттамдэй)" %} {% endifequal %} {% endblock %}