{% extends "mgame.html" %} {% load i18n %} {% block gamename %}{{ settings.gamename }}{% endblock %} {% block instructions %} {% trans "Add nouns in correct forms. You get translation if you click the word." %} {% endblock %} {% block subsetting %} {% ifequal settings.gametype "bare" %}
  • {{ settingsform.case }}
  • {% else %}
  • {{ settingsform.case_context }}
  • {% endifequal %} {% endblock %}