{{#JAVASCRIPT_FILE_URLS}}{{/JAVASCRIPT_FILE_URLS}}
{{#JAVASCRIPT_CODE_ONLOAD}}
materialAPEX.wizard.init();
{{/JAVASCRIPT_CODE_ONLOAD}}
{{#CSS_FILE_URLS}}{{/CSS_FILE_URLS}}
{{#INLINE_CSS}}{{/INLINE_CSS}}

{{#LIST_TEMPLATE_BEFORE_ROWS}}
<span class="hide">#CURRENT_PROGRESS#</span>
<ul id="#LIST_ID#" class="ma-wizard #COMPONENT_CSS_CLASSES#">
{{/LIST_TEMPLATE_BEFORE_ROWS}}
{{#LIST_TEMPLATE_CURRENT}}
<li id="#LIST_ITEM_ID#" class="ma-wizard-step is-active">
    <div class="ma-wizard-step-wrap">
        <span class="ma-wizard-step-marker z-depth-2 blue lighten-2">
            <i class="#ICON_CSS_CLASSES#" aria-hidden="true"></i>
        </span>
        <span class="ma-wizard-step-label hide-on-small-only show-on-medium-and-up">#TEXT#</span>
        <span class="ma-wizard-step-label show-on-small hide-on-med-and-up">#A01#</span>
    </div>
</li>
{{/LIST_TEMPLATE_CURRENT}}
{{#ITEM_TEMPLATE_CURR_W_CHILD}}{{/ITEM_TEMPLATE_CURR_W_CHILD}}
{{#LIST_TEMPLATE_NONCURRENT}}
<li id="#LIST_ITEM_ID#" class="ma-wizard-step">
    <div class="ma-wizard-step-wrap">
        <span class="ma-wizard-step-marker complete green lighten-2">
            <i class="#ICON_CSS_CLASSES#" aria-hidden="true"></i>
        </span>
        <span class="ma-wizard-step-marker not-complete">
            <i class="#ICON_CSS_CLASSES#" aria-hidden="true"></i>
        </span>
        <span class="ma-wizard-step-label hide-on-small-only show-on-medium-and-up">#TEXT#</span>
        <span class="ma-wizard-step-label show-on-small hide-on-med-and-up">#A01#</span>
    </div>
</li>
{{/LIST_TEMPLATE_NONCURRENT}}
{{#ITEM_TEMPLATE_NONCURR_W_CHILD}}{{/ITEM_TEMPLATE_NONCURR_W_CHILD}}
{{#BETWEEN_ITEMS}}{{/BETWEEN_ITEMS}}

{{#BEFORE_SUB_LIST}}{{/BEFORE_SUB_LIST}}
{{#SUB_LIST_ITEM_CURRENT}}{{/SUB_LIST_ITEM_CURRENT}}
{{#SUB_LIST_ITEM_NONCURRENT}}{{/SUB_LIST_ITEM_NONCURRENT}}
{{#SUB_TEMPLATE_CURR_W_CHILD}}{{/SUB_TEMPLATE_CURR_W_CHILD}}
{{#SUB_TEMPLATE_NONCURR_W_CHILD}}{{/SUB_TEMPLATE_NONCURR_W_CHILD}}
{{#BETWEEN_SUB_LIST_ITEMS}}{{/BETWEEN_SUB_LIST_ITEMS}}
{{#AFTER_SUB_LIST}}{{/AFTER_SUB_LIST}}

{{#FIRST_LIST_TEMPLATE_NONCURRENT}}{{/FIRST_LIST_TEMPLATE_NONCURRENT}}
{{#FIRST_LIST_TEMPLATE_CURRENT}}{{/FIRST_LIST_TEMPLATE_CURRENT}}
{{#F_ITEM_TEMPLATE_CURR_W_CHILD}}{{/F_ITEM_TEMPLATE_CURR_W_CHILD}}
{{#FITEM_TEMPLATE_NONCURR_W_CHILD}}{{/FITEM_TEMPLATE_NONCURR_W_CHILD}}
{{#LIST_TEMPLATE_AFTER_ROWS}}
</ul>

{{/LIST_TEMPLATE_AFTER_ROWS}}

{{#A01_LABEL}}Mobile Text{{/A01_LABEL}}
{{#A02_LABEL}}{{/A02_LABEL}}
{{#A03_LABEL}}{{/A03_LABEL}}
{{#A04_LABEL}}{{/A04_LABEL}}
{{#A05_LABEL}}{{/A05_LABEL}}
{{#A06_LABEL}}{{/A06_LABEL}}
{{#A07_LABEL}}{{/A07_LABEL}}
{{#A08_LABEL}}{{/A08_LABEL}}
{{#A09_LABEL}}{{/A09_LABEL}}
{{#A10_LABEL}}{{/A10_LABEL}}
{{#A11_LABEL}}{{/A11_LABEL}}
{{#A12_LABEL}}{{/A12_LABEL}}
{{#A13_LABEL}}{{/A13_LABEL}}
{{#A14_LABEL}}{{/A14_LABEL}}
{{#A15_LABEL}}{{/A15_LABEL}}
{{#A16_LABEL}}{{/A16_LABEL}}
{{#A17_LABEL}}{{/A17_LABEL}}
{{#A18_LABEL}}{{/A18_LABEL}}
{{#A19_LABEL}}{{/A19_LABEL}}
{{#A20_LABEL}}{{/A20_LABEL}}

{{#TEMPLATE_OPTION_GROUPS}}
[]
{{/TEMPLATE_OPTION_GROUPS}}
{{#TEMPLATE_OPTIONS}}
[]
{{/TEMPLATE_OPTIONS}}
{{#DEFAULT_TEMPLATE_OPTIONS}}{{/DEFAULT_TEMPLATE_OPTIONS}}
{{#PRESET_TEMPLATE_OPTIONS}}{{/PRESET_TEMPLATE_OPTIONS}}
