{% for bc in breadcrumb %} {% if bc.active != true %}
  1. {{bc.text|raw}}
  2. {% else %}
  3. {{bc.text|raw}}
  4. {% endif %} {% endfor %}