{extends "index.tpl"} {block "meta-description"} {/block} {block "breadcrumbs"}{/block} {block "content"}

{t}Co se právě děje{/t}

{if $body.title == "Články"}{t}Napsali jsme{/t}{else}{$body.title}{/if}

{block "article-sections"} {insert_article_sections template="components/block.articles.sections.tpl" id_top_section=$cfg.blog_section_id|default:7 active_id=$body.id} {/block}
{if $body.articles|count}
{foreach $body.articles as $article} {include 'block.articles.large.tpl' article=$article is_large_article=($article@iteration == 1 and $body.pager.number == 1)} {if $article@iteration == 1} {include 'components/block.articles-side.tpl'} {/if} {/foreach}
{else}
{t}V sekci se nenacházejí žádné články.{/t}
{/if}
{if $body.pager.count > 1}
{include "components/pager.tpl" pager=$body.pager}
{/if}
{*

{if $body.title == "Články"}{t}Napsali jsme{/t}{else}{$body.title}{/if}

{foreach $body.subCat as $category} {if $category@first}

{t}Téma{/t}:

{/if} {$category.title} {/foreach}
{if count($body.articles) > 0} {include "block.articles.tpl" articles=$body.articles} {else} {/if}
{if $body.pager.count > 1} {include "components/pager.tpl" pager=$body.pager} {/if}*} {/block}