{% import 'languages/'+lang|default('en')+'.html' as lang %} {% from 'languages/languages.html' import languages %} {% from 'include/input_macros.html' import select, checkbox %} {% block title %}{% endblock %} {% if title == 'Login page' %} {% endif %} {% if user_params['user'] %} {% include 'include/main_menu.html' %}

{% block h2 %}{% endblock %} {% include 'include/login.html' %} {% if autorefresh %} {{lang.words.auto|title()}}-{{lang.words.refresh}} {% endif %}

{% if autorefresh %} {% include 'include/autorefresh_submenu.html' %} {% endif %} {% if role %} {% if role <= 2 %} {% endif %} {% endif %} {% endif %} {% block content %}{% endblock %}
{{lang.words.alerts|title()}} {{ checkbox('disable_alerting') }}
{{lang.words.language|title()}} {{ select('lang_select', values=languages, selected=lang.lang_short) }}
{% include 'include/change_pass_form.html' %}