{% extends "game.html" %} {% load i18n %} {% block helpaddress %} {% ifequal LANGUAGE_CODE "no" %}
VASTA
{% endblock %} {% block name %}{% trans "Vasta" %}{% endblock %} {% block pagename %}/oahpa/vasta/{% endblock %} {% block instructions %}{% trans "Answer to the questions with full sentences. Be aware of that if there is moai/mii in the question, you have to answer with doai/dii. " %}{% endblock %} {% block settings %}
{% trans "Level" %}
{{ settingsform.level }}
{% endblock %} {% block question %}
{{ form.question }} {% endblock %} {% block submit %} {% if not all_correct %} {% endif %} {% if messages %}
{% for m in messages %}{{ m }}
{% endfor %}
{% endif %} {% endblock %}