{% 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 %} {% include 'include/main_head.html' %} {% if g.user_params['user'] %} {% include 'include/main_menu.html' %}

{% block h2 %}{% endblock %} {% include 'include/login.html' %}

{% if g.user_params['role'] %} {% if g.user_params['role'] <= 2 %} {% endif %} {% endif %} {% endif %} {% block content %}{% endblock %}
{% include 'include/change_pass_form.html' %}