{% if service %} {{ _('Please enter the password for the user to connect the server - "{0}"').format(server_label) }} {% else %} {{ _('Please enter the password for the user \'{0}\' to connect the server - "{1}"').format(username, server_label) }} {% endif %}
 
{% if errmsg %}
{% endif %}