{% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% else %}
Attention! A configuration issue has occurred. Please enter your recovery phrase to resynchronize with the blockchain network
{% endif %} {% endwith %}
Confirm