{% extends "game.html" %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block name %}{% trans "Morphology" %}{% endblock %} {% block pagename %}/oahpa/morfa/{% endblock %} {% block helpaddress %} {% ifequal LANGUAGE_CODE "no" %}
MORFA-S
{% else %}
MORFA-C
{% endifequal %} {% endblock %} {% block settings %} {% block selectionname %}{% endblock %} {% ifequal settings.gametype "bare" %} {% endifequal %} {% block selection %}{% endblock %} {% ifequal settings.gametype "bare" %} {% endifequal %}
{% trans "Stem" %}{% trans "Book" %}
{{ settingsform.bisyllabic }}{% trans "bisyllabic" %}
{{ settingsform.trisyllabic }}{% trans "trisyllabic" %}
{{ settingsform.contracted }}{% trans "contracted" %}
{{ settingsform.book }}
{% endblock %} {% block question %} {% ifequal settings.gametype "bare" %} {% if forloop.first %}
{% else %}
{% endif %} {{ form.lemma }}
{% if forloop.first %} {% else %} {% endif %} {% else %} {{ form.question }} {% if form.lemma %} ({{ form.lemma }}) {% endif %} {% endifequal %} {% endblock %} {% block submit %} {% if not all_correct %} {% if not show_correct %} {% endif %} {% ifequal count 1 %} {% endifequal %} {% endif %} {% endblock %}