{extends 'template:Base_big_header'} {block 'header'} {if $.get.type} {set $typeid = $.get.type|idByAlias} {else} {set $typeid = null} {/if}
{include 'header'} {if $typeid} {include 'hero_dynamic' id=$typeid} {else} {include 'hero' heroId='tarifContent-hero'} {/if}
{/block} {block 'introtext'}
{if $typeid} {include 'introtext.inner' id=$typeid} {else} {if $_modx->resource.introtext}

{$_modx->resource.pagetitle}

{$_modx->resource.introtext}
{else}

{$_modx->resource.pagetitle}

{/if} {/if}
{/block} {block 'content'}
{$_modx->runSnippet('!pdoResources', [ 'depth'=>0, 'showUnpublished'=>1, 'showHidden'=>0, 'sortby'=>'menuindex', 'sortdir'=>'asc', 'select'=>'id,pagetitle,introtext,description,template,parent', 'includeTVs'=>'price', 'tvPrefix'=>'', 'limit'=>1, 'tpl'=>'hosting.mob-tab.tpl', ])}
{$_modx->runSnippet('!pdoResources', [ 'depth'=>0, 'showUnpublished'=>1, 'showHidden'=>0, 'sortby'=>'menuindex', 'sortdir'=>'asc', 'select'=>'id,pagetitle,introtext,description,link_attributes,parent,alias', 'includeTVs'=>'price,img,badges', 'tvPrefix'=>'', 'tpl'=>'hosting.tab.tpl', ])}
{if $typeid} {/if}
{$_modx->runSnippet('!pdoResources', [ 'depth'=>0, 'limit'=>1, 'showUnpublished'=>1, 'tpl'=>'tarifTpl', ])}
{if $_modx->resource.bonuslist}
{if $_modx->resource.bonuslist_title}

{$_modx->resource.bonuslist_title}

{/if}
{/if} {include 'serviceFeatures'} {include 'paritals.faq'} {$_modx->resource.content} {/block}