<div class="breadcrumbs">
<a href="{{ base_url }}">Главная</a>
{% for category in parentCategoryList %}
<i class="fa fa-angle-right"></i> <a href="{{ getCategoryURL(category) }}">
{{ directorName is defined and directorName and loop.last ? directorName : category.getName() }}
{% if showCityName is defined and loop.last and parentCategoryList[0].getCity() %}
в {{ parentCategoryList[0].getCity().getNameLocative() }}
{% endif %}
</a>
{% endfor %}
{% if supplierCategoryData is defined and supplierCategoryData %}
<i class="fa fa-angle-right"></i> <a href="{{ supplierCategoryData.url }}">{{ supplierCategoryData.name }}</a>
{% endif %}
</div>