{% extends "drills/game.html" %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block name %}{% trans "Morphology" %}{% endblock %} {% block pagename %}/oahpa/morfa/{% endblock %} {% block navbar %}
MORFA-S
{% endblock %} {# settings form, do not remove from table for now. #} {% block settings %} {# these blocks are filled out in mgame_?.html #} {% 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" %}
{{ form.lemma }}
{% 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 %}