{% for item in items %}
{{ item.content['#field_collection_item'].field_title.value }}

{{ item.content['#field_collection_item'].field_content.value }}

{% if loop.index is divisibleby(4) and loop.last == False %}
{% endif %} {% endfor %}