{% extends "mgame.html" %} {% load i18n %} {% block gamename %}{{ settings.gamename }}{% endblock %} {% block instructions %} {% ifequal settings.derived_verb_type "V-DER-Inc" %} {% trans "Enter the appropriate form of the inchoative verb (e.g. põõssâd -> Jåhtta mij põzškueʹđiim)." %} {% else %} {% trans "Enter the appropriate form of the diminutive verb." %} {% endifequal %} {% endblock %} {% block subsetting %} {% ifequal settings.gametype "bare" %}
  • {{ settingsform.derived_verb_type }}
  • {% else %}
  • {{ settingsform.derivation_type_context }}
  • {% endifequal %} {% endblock %}