{% extends "game.html" %} {% load i18n %} {% block navbar %} {% endblock %} {% block menu %} {% trans 'Morfa' %}   {% trans 'Contextual Morfa' %}   {% trans 'Vasta' %}   {% trans 'Leksa' %}   {% trans 'Logut' %}   {% endblock %} {% block name %}{% trans "Vasta" %}{% endblock %} {% block pagename %}/oahpa/vasta/{% endblock %} {% block instructions %}{% trans "Answer to the questions with full sentences." %}{% endblock %} {% block settings %}
{% trans "Level" %} {% trans "Dialect" %} (not used)
{{ settingsform.level }} {% trans "Western" %}
{% trans "Eastern" %}
{% endblock %} {% block question %}
{{ form.question }} {% endblock %} {% block submit %} {% if not all_correct %} {% endif %} {% if messages %}
{% for m in messages %}{{ m }}
{% endfor %}
{% endif %} {% endblock %}