{$lang.title_products|escape}
-
{if $category}
{foreach from=$category item=list name=foo}
- {$list.name} {foreachelse}
- {$lang.not_found|escape} {/foreach} {else} {foreach from=$product item=list name=foo}
- {$list.name} {foreachelse}
- {$lang.not_found|escape} {/foreach} {/if}