{% extends "num.html" %}
{% load i18n %}
{% load trans_to %}
{% block navbar %}
{% with "numra_ordinal" as gamename_nav %}
{% include 'numra_submenu.html' %}
{% endwith %}
{% endblock %}
{% block instructions %}
{# TODO: strings for instructions. #}
{% ifequal gametype "string" %}
{% trans_to "Write a numeral followed by a period. (Ex. 32.)" "sme" %}{% trans "Write a numeral followed by a period. (Ex. 32.)" %}
{% else %}
{% trans_to "Write the ordinal numbers in North Sámi. (Ex. ovccát)" "sme" %}{% trans "Write the ordinal numbers in North Sámi. (Ex. ovccát)" %}
{% endifequal %}
{% endblock %}