{% if form_errors %}
Error
{% if custom_message_error %}{{ custom_message_error }}{% else %}{{ form_errors }}{% endif %}
{% endif %}