{% for e in items %} {{ e.id }} {{ e.event_type }} {{ e.processing_status }} {{ e.retry_count }} {{ e.received_at }} {% if can_retry and e.processing_status == 'failed' %} {% endif %} {% endfor %}