{{if !empty($step_data['step0'])}} {{foreach $step_data.step0 as $step}}
  • {{$step.number}} {{$step.name}} {{if $step.is_caret eq 1}} {{/if}} {{if $step.is_angle eq 1}} {{/if}}
  • {{/foreach}} {{/if}}
    {{if !empty($step_data['step1'])}} {{foreach $step_data.step1 as $step}}
  • {{$step.number}} {{$step.name}} {{if $step.is_caret eq 1}} {{/if}} {{if $step.is_angle eq 1}} {{/if}}
  • {{/foreach}} {{/if}}