{% extends "game.html" %} {% load i18n %} {% block helpaddress %} {% endblock %} {% block gametitlename %}FONA{% endblock %} {% block imgprefix %}fona{% endblock %} {% block navbar %} {% endblock %} {% block veiledning %} {% ifequal LANGUAGE_CODE "vro" %} Wikipedia {% endifequal %} {% ifequal LANGUAGE_CODE "et" %} Wikipedia {% endifequal %} {% ifequal LANGUAGE_CODE "fi" %} Wikipedia {% endifequal %} {% endblock %} {% block instructions %} {% ifequal score "" %} {% trans "The given words might be misspelled. Please correct the spelling errors. Pay attention to vowel harmony." %} {% else %} {% trans "Colors:" %}

{% trans "correct answer" %}

{% trans "almost correct answer" %}

{% if show_correct %} {% trans "incorrect answer" %} {% else %} {% trans "incorrect answer" %} {% endif %} {% endifequal %} {% endblock %} {% block name %}{% trans "Fona" %}{% endblock %} {% block pagename %}/{{ URL_PREFIX }}/fona/{% endblock %} {% block settings %} {% endblock %} {% block question %} {{ form.lemma_without_harmony }} {% endblock %} {% block submit %} {% if not all_correct %} {% if not show_correct %} {% endif %} {% ifequal count 1 %} {% endifequal %} {% endif %} {% endblock %}