Category:
{foreach from = $item->categories item = 'title' key = 'idCategory' name = "category"}
{if $item->category.id == $idCategory}
{$title|htmlspecialchars}
{else}
{$title|htmlspecialchars}
{/if}
{if !$smarty.foreach.category.last} | {/if}
{/foreach}
{/if}