{% extends "root.html" %} {% block extrahead %} {% endblock %} {% block body %}
{% if errors %}
Your username and password didn't match. Please try again. {{address}}:{{port}}
{% endif %} {% if connection_error %}
Connection error!!!. {{address}}:{{port}} edit
{% endif %} error
{% endblock %}