{% extends "num.html" %}
{% load i18n %}
{% load trans_to %}
{% block navbar %}
{% with "klokka" as gamename_nav %}
{% include 'numra_submenu.html' %}
{% endwith %}
{% endblock %}
{% block instructions %}
{% ifequal gametype "string" %}
{% trans_to "Enter the time in the digital clock format. (Ex. 10:21)" "sme" %}{% trans "Enter the time in the digital clock format. (Ex. 10:21)" %}
{% else %}
{% trans_to "Enter the time in North Sámi. (Ex. beal guokte)." "sme" %}{% trans "Enter the time in North Sámi. (Ex. beal guokte)." %}
{% endifequal %}
{% endblock %}
{% block setting_items %}