{foreach $breadcrumbs as $item} {if $item.link and $item@index == 0}
  • {$home|default:"{t}Domů{/t}"}
  • {elseif $item.link and $item.link != "/"}
  • {$item.text}
  • {elseif $item@last and $body.product.model_short_title}
  • {$body.product.model_short_title}
  • {elseif $item@last}
  • {$item.text}
  • {/if} {foreachelse}
  • {$home|default:"{t}Domů{/t}"}
  • {/foreach}