{% load i18n %} {% load manager_headfoot %} {% trans "Login" %} - {% trans "Unaju" %}
{% header %}

{% trans "Unaju management console" %}

{% trans "Continue the process" %}

{% trans "Do you want to continue the process using the following account?" %}

{% trans "User ID:" %} {{ username }}
{% trans "Your name:" %} {{ realname }}

{% for key, value in datas.items %}{% if key != "user" and key != "pass" and key != "submit" %} {% endif %}{% endfor %}
{% footer %}