{% set crumbOptions = __SELF__.options %} {% if currentCrumb.show_crumb %}
    {% set activeCrumb = '' %} {% for crumb in breadcrumbs %} {% if crumb.in_crumb_trail %}
  1. {% if not loop.last and not crumb.crumb_disabled %} {% endif %} {{ crumb.title }} {% if not loop.last and not crumb.is_disabled %}{% endif %}
  2. {% endif %} {% if loop.last %} {% set activeCrumb = crumb %} {% endif %} {% endfor %}
{% endif %} {% if activeCrumb.elementTitle %} {% endif %}