{foreach $banerHomepageTop as $item} {if !empty($item.redirect)}{else}{/if} {/foreach}
{if count($banerHomepageTop)>1}
{/if}

{$indexFields.homepage_about_title|stripslashes|nl2br}

{$indexFields.homepage_about_header|stripslashes|nl2br}

{$indexFields.homepage_about_content|stripslashes}

{$indexFields.homepage_history_title|stripslashes|nl2br}

{$indexFields.homepage_history_header|stripslashes|nl2br}

{foreach $timelineList as $item}
{$item.name}

{$item.title|stripslashes}

{$item.content|stripslashes|nl2br}

{if !empty($item.mainImageFilename)}
{/if}
{/foreach}

{$indexFields.homepage_structure_title|stripslashes|nl2br}

{$indexFields.homepage_about_header|stripslashes|nl2br}

{if !empty($indexFields.homepage_structure_image)}
{/if}

{$indexFields.homepage_shareholding_title|stripslashes|nl2br}

{if !empty($indexFields.homepage_shareholding_image)}
{/if}

{$indexFields.homepage_officers_title|stripslashes|nl2br}

{foreach $teamCategoryList as $tcl}
{$tcl.name|stripslashes}
{foreach $teamList as $tl} {if $tl.id_category==$tcl.id}

{$tl.name}

{$tl.occupation|stripslashes}

{/if} {/foreach}
{/foreach}
{if !empty($blogList)}

{$indexFields.homepage_news_title|stripslashes}

{if count($blogList)>3}{'label_blog_all'|translate}{/if}
{* ma być 9, 3 od razu pokazane kolejne 6 będę odkrywał*} {foreach $blogList as $item}

{$item.name|stripslashes}

{$item.name|stripslashes|nl2br}

{if !empty($item.content)}{'label_blog_more'|translate}{/if}
{/foreach}
{/if}