{% extends "num.html" %} {% load i18n %} {% load trans_to %} {% block navbar %} {% with "dato" as gamename_nav %} {% include 'numra_submenu.html' %} {% endwith %} {% endblock %} {% block instructions %} {# TODO: strings for instructions. #} {% ifequal gametype "string" %} {% trans_to "Enter the date in numeric format (ex. 17.8.)" "sme" %} {% else %} {% trans_to "Write the date in North Sámi (ex. geassemánu goalmmát beaivi)." "sme" %} {% endifequal %} {% endblock %} {% block setting_items %}
  • {{ settingsform.numgame }}
  • {% endblock %}