{% 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 a numeral followed by -й (for example, 32-й). Please keep to this format." %} {% else %} {% trans "Write the ordinal numbers in Russian (for example, двенадцатый). Stress marks are not necessary here." %} {% endifequal %} {% endblock %}