{% for row in response %}
{% if row.obj.url %}
{{ row.chain|join:" → "}}
{{ row }}
{% else %}
{{ row }}
{% endif %}
{% endfor %}