{% load i18n %} {% load manager_headfoot %}
{% trans "User ID:" %}
{% trans "Password:" %}
{% if errmsg != "" %} {{ errmsg }} {% endif %} {% for key, value in datas.items %}{% if key != "user" and key != "pass" and key != "submit" %} {% endif %}{% endfor %}