{% if nbAttemptAllowed == 0 %}
{{ 'attempt_info6'|trans }}
{% elseif nbAttemptAllowed > 0 %}
{{ 'attempt_info4'|trans }} {{nbAttemptAllowed}} {% if nbAttemptAllowed > 1 %} {{ 'attempt_info2plur'|trans }} {% else %} {{ 'attempt_info2sing'|trans }} {% endif %} {{ 'attempt_info5'|trans }}
{% endif %}