{% load i18n static template_content_tags %}
{% for stream_item in widget.stream_items %}
{% get_stream_item_icon widget.localized_template_content stream_item as icon %} {% if icon == 'video' %} {% elif icon == 'image' %} {% elif icon == 'text' %} {% elif icon == 'heading' %} {% endif %}
{% get_stream_item_preview_text widget.localized_template_content stream_item as preview_text %} {{ preview_text|safe }}
{% endfor %}