{% for item in data.arrayItems %}
{% if not data.field.readOnly %}
{% endif %}

{{ item._title or "Untitled" }}

{% endfor %}