{% extends "mgame.html" %} {% load i18n %} {% block language_select %}
{% include 'dialect_menu.html' %}
{% endblock %} {% block gamename %}{{ settings.gamename }}{% endblock %} {% block instructions %} {% ifequal settings.gametype "bare" %} {% trans "Add verbs in correct forms. You get translation if you click the word." %} {% else %} {% trans "Add verbs in correct forms." %} {% endifequal %} {% endblock %} {% block subsetting %} {% ifequal settings.gametype "bare" %}
  • {{ settingsform.vtype }}
  • {{ settingsform.verb_number }}
  • {% else %}
  • {{ settingsform.vtype_context }}
  • {% endifequal %} {% endblock %}