{% load template_utils %} {% with items=incident.metadata|get_item:column.context.field %}
{% for item in items %}
{{ item }}
{% endfor %}
{% endwith %}