{strip} {if !empty($products)} {if !empty($theme_settings.list_features)} {$features = $wa->shop->features($products)} {/if} {$_types = ["thumbs" => "thumbs-view", "table" => "table-view"]} {$_type = $_types["thumbs"]} {if !empty($theme_settings.products_default_view_type) && !empty($_types[$theme_settings.products_default_view_type])} {$_type = $_types[$theme_settings.products_default_view_type]} {/if} {if !empty($type)} {$_type = $_types[$type]} {/if} {if !empty($short)} {$_type = "is-short"} {/if}
{if !empty($section_title)}
{$section_title}
{/if} {if empty($short)}
{if !empty($show_sorting)}
{include file="./products.sorting.html" inline}
{/if}
[`Catalog view`]
{/if} {if !empty($slider)}
{/if}
    {if !empty($short)} {include file="./products.short.html" inline} {else} {include file="./products.items.html" inline} {/if}
{if !empty($slider)}
{/if} {if empty($slider) && isset($pages_count) && $pages_count > 1}
{wa_pagination total=$pages_count attrs=["class" => "s-paging-list"]}
{/if}
{/if} {/strip}