I want to display fallback content if the condition is not matched only one time.
{% for feedItem in feeds.Firework.products %}
{% if feedItem.productId == event.extra.line_items.0.product_id|floatadd:0 %}
{{ feedItem.emailHtmlSmall | safe }}
{% endif %}
{% endfor %}