{if $solution && $solution.template_slug} {assign var=is_custom value=($solution.price_monthly eq 0 && $solution.price_yearly eq 0)} {assign var=is_one_time value=($solution.price_monthly gt 0 && $solution.price_yearly eq 0)}
{$T.sold_crumb_back} {$solution.name|escape:'html'}
{$solution.name|escape:'html'}

{if $hero}{$hero.h1_lead|escape:'html'} {$hero.h1_em|escape:'html'}{else}{$solution.name|escape:'html'}{/if}

{if $hero}{$hero.lead|escape:'html'}{else}{$solution.description|escape:'html'}{/if}

{if $is_custom}
{$T.sold_price_custom}
{$T.sol_price_custom}
{$T.sold_price_custom_meta}
{elseif $is_one_time}
{$T.sold_price_one_time}
{$T.sold_price_from} {$solution.price_monthly|price}
{$T.sold_price_plus_host}
{else}
{$T.sold_price_starts_at}
{$solution.price_monthly|price}{$T.bill_mo}
{$T.sold_price_plus_server}
{if $solution.price_yearly gt 0}
{$T.sold_pay_yearly} {$solution.price_yearly|price}{$T.bill_yr}
{/if} {/if}
{include file="solutions/`$solution.template_slug`.html"} {else}
{$T.sol_notice_strong} {$T.sol_notice_body} {$T.sol_notice_vps} · {$T.sol_notice_ded}.
{foreach $solutions as $svc} {assign var=icon_class value=($svc@iteration % 2 eq 0) ? ' orange' : ''} {assign var=is_custom value=($svc.price_monthly eq 0 && $svc.price_yearly eq 0)} {assign var=is_one_time value=($svc.price_monthly gt 0 && $svc.price_yearly eq 0)}

{$svc.name|escape:'html'}

{if $svc.description}

{$svc.description|escape:'html'}

{/if}
{if $svc.tags_arr}
    {foreach $svc.tags_arr as $tag}
  • {$tag|escape:'html'}
  • {/foreach}
{/if} {if $svc.features_arr}
    {foreach $svc.features_arr as $feat}
  • {$feat|escape:'html'}
  • {/foreach}
{/if}
{foreachelse}

No solutions configured yet.

{/foreach}
{$T.sol_how_eyebrow}

{$T.sol_how_h2}

1

{$T.sol_how_s1_h}

{$T.sol_how_s1_p}

2

{$T.sol_how_s2_h}

{$T.sol_how_s2_p}

3

{$T.sol_how_s3_h}

{$T.sol_how_s3_p}

{$T.sol_cta_band_h2}

{$T.sol_cta_band_p}

{/if}