{% extends "game.html" %} {% load i18n %} {% block navbar %} {% endblock %} {% block name %}{% trans "Morphology" %}{% endblock %} {% block pagename %}/oahpa/morfa/{% endblock %} {% block settings %} {% ifequal settings.gametype "bare" %} {% endifequal %} {% ifequal settings.gametype "bare" %} {% else %} {% endifequal %}
{% trans "Case" %}{% trans "Level" %}
{{ settingsform.num_bare }} {{ settingsform.num_level }} {{ settingsform.num_context }}
{% endblock %} {% block gamename %}{{ settings.gamename }}{% endblock %} {% block instructions %} {% ifequal settings.gametype "bare" %} {% trans "Add numerals in correct forms." %} {% else %} {% trans "Add numerals in correct forms." %} {% endifequal %} {% endblock %} {% block question %} {% ifequal settings.gametype "bare" %} {% if forloop.first %}
{% else %}
{% endif %} {{ form.lemma }}
{% if forloop.first %} {% else %} {% endif %} {% else %} {{ form.question }} ({{ form.lemma }}) {% endifequal %} {% endblock %} {% block submit %} {% if not all_correct %} {% if not show_correct %} {% endif %} {% ifequal count 1 %} {% endifequal %} {% endif %} {% endblock %}