{% trans_default_domain 'FOSUserBundle' %}
{% if error is defined and error is not null %}
{{ error.message|trans }}
{% endif %}
-or-