{% extends "num.html" %} {% load i18n %} {% block navbar %} {% endblock %} {% block instructions %} {# TODO: strings for instructions. #} {% ifequal gametype "string" %} {% trans "Enter the date in numerals (ex. 17.8.)" %} {% else %} {% trans "Enter the date in North Sámi." %} {% endifequal %} {% endblock %} {% block settings %} {% trans "Expression of dates numeric to words or vice versa." %} {% endblock %}