{% if showHome %}
  1. {{ homeLabel|default:"Home" }}
  2. {% endif %}{% for item in breadcrumbs %}
  3. {% if showHome or not forloop.First %}{{ separator|default:"/" }}{% endif %}{% if item.is_current %}{% if showCurrent %}{{ item.label }}{% endif %}{% else %}{{ item.label }}{% endif %}
  4. {% endfor %}