{% if errmsg %}
{{ errmsg }}
{% endif %} {% if tunnel_identity_file %}
{{ _('SSH Tunnel password for the identity file \'{0}\' to connect the server "{1}"').format(tunnel_identity_file, tunnel_host) }}
{% else %}
{{ _('SSH Tunnel password for the user \'{0}\' to connect the server "{1}"').format(tunnel_username, tunnel_host) }}
{% endif %}
{{ _('Database server password for the user \'{0}\' to connect the server "{1}"').format(username, server_label) }}