{% block login_error_message %}
{% if login_error == S_C.PROFILE_AUTH_ERROR %}
{%- trans %}Your login and/or password is incorrect. Please try again.{% endtrans -%}
{% elif login_error == S_C.XMPP_AUTH_ERROR %}
{%- trans %}Your XMPP account failed to connect. Did you enter the good password? If you have changed your XMPP password since your last connection on Libervia, please use another SàT frontend to update your profile.{% endtrans -%}
{% elif login_error == S_C.NO_REPLY %}
{%- trans %}Did not received a reply (the timeout expired or the connection is broken).{% endtrans -%}
{% else %}
{%- trans %}An unknown error occurred, please contact your service administrator.{% endtrans -%}
{% endif %}
{% endblock login_error_message %}