{% extends "num.html" %} {% load i18n %} {% block navbar %} {% with "klokka" as gamename_nav %} {% include 'numra_submenu.html' %} {% endwith %} {% endblock %} {% block instructions %} {% ifequal gametype "string" %} {% trans "Enter the time in the digital clock format. (Ex. 10:21)" %} {% else %} {% trans "Enter the time in words (ex. nîstanaw nîyânanosâp cipahikanis pâmayes nisto tipahikan)" %} {% endifequal %} {% endblock %} {% block setting_items %}
  • {{ settingsform.gametype }}
  • {{ settingsform.numgame }}
  • {% endblock %}