{% load category_tags %} {% if breadcrumbs %} Home {% for category in breadcrumbs %} {% if not forloop.last %} {% if category.icon %} {% endif %} {{ category.name }} {% else %} {% if category.icon %} {% endif %} {{ category.name }} {% endif %} {% endfor %} {% endif %}