@for (breadcrumb of breadcrumbs; track breadcrumb; let last = $last; let i = $index) { @if (i > 0) { / }
  1. @if (!last) { {{ breadcrumb.label | translate }} } @if (last) { {{ breadcrumb.label | translate }} }
  2. }