{{ product.name }}

  1. {{ 'sylius.ui.home'|trans }}
  2. {% if product.mainTaxon is not null %} {% set taxon = product.mainTaxon %} {% set ancestors = taxon.ancestors|reverse %} {% for ancestor in ancestors %} {% if ancestor.isRoot() or not ancestor.enabled %}
  3. {{ ancestor.name }}
  4. {% else %}
  5. {{ ancestor.name }}
  6. {% endif %} {% endfor %}
  7. {{ taxon.name }}
  8. {% endif %}
  9. {{ product.name }}