%{foreach from=$components item="item"}% %{if $prev neq $item.type}%
  • %{$item.type|slownik:'ComponentsTypeList':'value'}%
  • %{/if}%
  • %{if $item.title}%%{$item.title}%
    (%{$item.path_short}%)%{else}% %{$item.path_short}%%{/if}%
  • %{assign var="prev" value=$item.type}% %{/foreach}%