{% extends "mgame.html" %} {% load i18n %} {% block language_select %}{% endblock %} {% block gamename %}{{ settings.gamename }}{% endblock %} {% block instructions %} {% ifequal settings.gametype "bare" %} {% trans "Add adjectives in correct forms. You get translation into Norwegian if you click the word." %} {% else %} {% trans "Add adjectives in correct forms." %} {% endifequal %} {% endblock %} {% block subsetting %} {# TODO: something funky here. #} {# {% trans "Stem" %} #} {% ifequal settings.gametype "bare" %}
  • {{ settingsform.adjcase }}
  • {#
  • #} {# {{ settingsform.grade }}
  • #} {% else %}
  • {{ settingsform.adj_context }}
  • {% endifequal %} {% endblock %}