{% for breadcrumb in collection.breadcrumbs %}
{% if not loop.last %}
{% if collection.children %}
›
{% endif %}
{% endfor %}
{% for child in collection.children %}
{% endfor %}
{% endif %}
{% if collection.images %}
{% endif %}