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