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