{{ if( steps && !noSteps) { }}{{ if( !progressBar ) { }}
{{ _.each(steps, function(step, index, list){ var items = step.split("|"); var title = items[0]; var stage = items[1]; }}
{{ if (!noStages) { }}
{{if (stage) { if (stage.indexOf("icon") >= 0) { }}{{ } else { }}{{= stage }}{{ } }}{{ } else { }}{{= index + 1 }}{{ } }}
{{ } }} {{ if (!noTitles) { }}
{{= title }}
{{ } }}
{{ }); }}
{{ } else { }}
{{ if(!noStages) { }}0%{{ } }}{{ if(!noTitles) { }} {{= _.first(steps) }}{{ } }}
{{ } }} {{ } }}