{extend name="public/base" /} {block name="style"} {/block} {block name="header"} {include file="public/nas_header" /} {/block} {block name="main"}
{notempty name="focus_image"} {/notempty} {notempty name="step"}
{volist name="step" id="st"}
{$st.title} {$st.desc|raw}
{/volist}
{/notempty} {notempty name="trial_instructions"}
{volist name="trial_instructions" id="trial" offset="0" length="2"}

$trial.title_txt_color])}>{$trial.title}

$trial.desc_txt_color])}>{$trial.desc|raw}
{/volist}
{notempty name="trial_instructions.2"} $trial_instructions.2.title_txt_color])}> {$trial_instructions.2.title|default=''}
$trial_instructions.2.desc_txt_color])}> {$trial_instructions.2.desc|raw|default=''}
{/notempty}
{volist name="trial_instructions" id="trial" offset="3"} $trial.title_txt_color])}>{$trial.title} {/volist}
{/notempty}
{/block}