{% if wo_breadcrumbs()|length %} {%- apply spaceless -%}
    {% for b in breadcrumbs %} {% if b.url and not loop.last %} {% endif %} {% if b.translate is defined and b.translate == true %}{{- b.text | trans(b.translationParameters, translation_domain, locale) -}}{% else %}{{- b.text -}}{% endif %} {% if b.url and not loop.last %} {% elseif b.url %} {% endif %} {% if separator is not null and not loop.last %} {{ separator }} {% endif %} {% endfor %}
{% endapply %} {% endif %}