@for(step of taskList;track step.title;)
{
@if(step.progress==0 && !step.error){
}
@if(step.progress!=0 && step.progress!=1){
}
@if(step.progress==1){
}
@if(step.error){
}
{{step.title}} @if(step.progress){{{step.progress * 100 | number:"2.0-0"}}%}
@if(step.error){
{{step.error}}
}
}
@if(shareData.images) {
@for(imageUrl of shareData.images;track imageUrl){