{% extends 'univ_oahpa_main.html' %} {% load i18n %} {% load trans_to %} {{ lang_switch }} {% get_available_languages as LANGUAGES %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{% endblock %} {% block bodyclass %} {% endblock %} {% block pageclass %}game{% endblock %} {% block language_select %}
{% include 'language_menu.html' %}
{% if gametype != 'sahka' and gametype != 'string' and gametype != 'numeral' and gametype != 'k1' and gametype != 'k2' and gametype != 'k3' %}
{% include 'dialect_menu.html' %}
{% endif %} {% endblock %} {% block header_content %} {% endblock %} {% block main_content %}
{% comment %} {% endcomment %} {% trans_to "Reference materials" "sme" %} {% trans_to "Online courses" "sme" %}
{% comment %} {% trans 'Feedback' %}
{% endcomment %}
{% block rightcontent %}   {% block disable_form_start %}
{% csrf_token %} {% endblock %}
{% block settings %}{% endblock %}
{% block content %}{% endblock %}
{% block disable_form_end %}
{% endblock %} {% endblock %}
{% block tooltip_help %}{% endblock %}
{% trans "HELP" %}{% trans "To get the translation of the user interface text to " %} {% for lc,la in LANGUAGES %} {% ifequal lc LANGUAGE_CODE %} {% trans la|lower %}{% endifequal %} {% endfor %} {% trans "hold down the [Alt] key while pointing at the text with the mouse." %}
{% endblock %}