first commit

This commit is contained in:
2025-08-02 16:30:27 +02:00
commit 23646bfcee
14851 changed files with 1750626 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{if count($body.productsList) gt 0}
{if $body.pager.count > 1 || isAjax()}
<div class="pager-top" data-reload="pager-top">
{include "block.pager.tpl" pager=$body.pager}
</div>
{/if}
<div data-reload="products">
{include "block.products.tpl" products=$body.productsList}
{if $body.pager.count > 1}
{include "block.pager.tpl" pager=$body.pager}
{/if}
</div>
{else}
<div data-reload="products">
<div class="alert alert-info" role="alert">
Žádný produkt
</div>
</div>
{/if}