{% if error or delta > 0 or watch.nrAttempts > 0 %}
{% if error %}
{% if error == constant('\\Gazelle\\Login::ERR_USERNAME') %}
You must supply a valid username.
{% elseif error == constant('\\Gazelle\\Login::ERR_PASSWORD') %}
You must supply a valid password.
{% elseif error == constant('\\Gazelle\\Login::ERR_CREDENTIALS') %}
Your login credentials were not recognized.
Please double check your username and password.
If previously enabled, you must supply a valid two-factor authentication code.
{% elseif error == constant('\\Gazelle\\Login::ERR_UNCONFIRMED') %} Your account has not been confirmed. Please check your email account for a message with a validation link. {% else %} System error code: {{ error }} {% endif %} {% endif %} {% if delta > 0 %}
As a security measure, you are temporarily prevented
from logging in for {% if delta < 60 %} a few moments. {% else %} another {{ watch.bannedUntil|time_diff }}. {% endif %}
{% endif %} {% if watch.nrAttempts > 0 %}
WARNING: Incorrect login credentials will increase
the duration you are prevented from logging in. {% endif %}
{% endif %}
{% if delta <= 0 %}
{% endif %}
Please double check your username and password.
If previously enabled, you must supply a valid two-factor authentication code.
{% elseif error == constant('\\Gazelle\\Login::ERR_UNCONFIRMED') %} Your account has not been confirmed. Please check your email account for a message with a validation link. {% else %} System error code: {{ error }} {% endif %} {% endif %} {% if delta > 0 %}
As a security measure, you are temporarily prevented
from logging in for {% if delta < 60 %} a few moments. {% else %} another {{ watch.bannedUntil|time_diff }}. {% endif %}
{% endif %} {% if watch.nrAttempts > 0 %}
WARNING: Incorrect login credentials will increase
the duration you are prevented from logging in. {% endif %}
 }}/styles/public/images/loginlogo.png)