{{if \count( $packages )}} {{$view = isset( \IPS\Request::i()->cookie['storeView'] ) ? \IPS\Request::i()->cookie['storeView'] : \IPS\Theme::i()->settings['cm_store_view'];}}

{lang="products_count" pluralize="$totalCount"}

{{if $pagination}} {$pagination|raw} {{endif}}
{{if \count( $packages )}} {{if $view == 'list'}}
    {{foreach $packages as $package}} {template="packageRow" group="store" params="$package, \in_array( $package->id, $packagesWithCustomFields )"} {{endforeach}}
{{else}}
    {{foreach $packages as $package}} {template="packageBlock" group="store" params="$package"} {{endforeach}}
{{endif}} {{endif}} {{if trim( $pagination ) != ''}}
{$pagination|raw}
{{endif}}
{{elseif ( !\count( $subcategories ) )}}
{lang="store_empty"}
{{endif}}