{% if success %}
{{success.action}}
{% elsif errors %}
{% for error in errors %}
{{error.message}}
{% endfor %}
{% endif %}