{% extends "game.html" %} {% load i18n %} {% load trans_to %} {% block helpaddress %} {% ifequal LANGUAGE_CODE "no" %} VASTA{% endblock %} {% block navbar %} {% endblock %} {% block veiledning %} {% ifequal LANGUAGE_CODE "sme" %} http://oahpa.no/sme/useoahpa/vasta.html {% endifequal %} {% ifequal LANGUAGE_CODE "fi" %} http://oahpa.no/sme/useoahpa/vasta.fin.html {% endifequal %} {% ifequal LANGUAGE_CODE "en" %} http://oahpa.no/sme/useoahpa/vasta.eng.html {% endifequal %} {% ifequal LANGUAGE_CODE "no" %} http://oahpa.no/sme/useoahpa/vasta.nob.html {% endifequal %} {% ifequal LANGUAGE_CODE "sv" %} http://oahpa.no/sme/useoahpa/vasta.nob.html {% endifequal %} {% endblock %} {% block name %}{% trans "Vasta" %}{% endblock %} {% block pagename %}/{{ URL_PREFIX }}/vasta/{% endblock %} {% block instructions %} {% ifequal gametype "cealkka" %} {% trans_to "Answer to the questions with full sentences. Remember big initial letter in names. The blue words are given in the primary form. Your task is to write them in the correct grammatical form." "sme" %} {% else %} {% trans_to "Answer to the questions with full sentences. Remember big initial letter in names." "sme" %} {% endifequal %} {% endblock %} {% block settings %}
{% trans_to "Level" "sme" %}
{{ settingsform.level }}

{% endblock %} {% block question %} {{ form.question }} {% for w in form.awords %} {% if w.taskword %} {{ w.fullform }} {% else %} {{ w.fullform }} {% endif %} {% if forloop.last %} . {% endif %} {% endfor %} {% endblock %} {% block submit %} {% if not all_correct %} {% endif %} {% if messages %}
{% for m in messages %}{{ m|safe }}
{% endfor %}
{% endif %} {% endblock %}