{% if success %}
{{ success }}
{% endif %}
{% if error %}
{{ error }}
{% endif %}
{% if warning %}
{{ warning }}
{% endif %}