{$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}
{/foreach}
{$indexFields.homepage_structure_title|stripslashes|nl2br}
{$indexFields.homepage_about_header|stripslashes|nl2br}
{$indexFields.homepage_officers_title|stripslashes|nl2br}
{foreach $teamCategoryList as $tcl}
{$tcl.name|stripslashes}
{foreach $teamList as $tl}
{if $tl.id_category==$tcl.id}
{/if}
{/foreach}
{/foreach}
{$tl.name}
{$tl.occupation|stripslashes}
{$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}
{/foreach}
{$item.name|stripslashes}
{$item.name|stripslashes|nl2br}
{if !empty($item.content)}{'label_blog_more'|translate}{/if}