{% extends "num.html" %} {% load i18n %} {% block navbar %} {% with "dato" as gamename_nav %} {% include 'numra_submenu.html' %} {% endwith %} {% endblock %} {% block instructions %} {# TODO: strings for instructions. #} {% ifequal gametype "string" %} {% trans "Enter the date in numeric format (e.g. 17.8.)" %} {% else %} {% trans "Write the date in Tundra Nenets." %} {% endifequal %} {% endblock %} {% block setting_items %}
  • {{ settingsform.numgame }}
  • {% endblock %}