{% for toast in toasts %}
{% if toast.type == "success" %}✓{% endif %} {% if toast.type == "error" %}✗{% endif %} {% if toast.type == "warning" %}⚠{% endif %} {% if toast.type == "info" %}ℹ{% endif %} {{ toast.message }}
{% empty %}
{% endfor %}