{{#if reviewMode}}
{{texts.task_title}}
{{#if (equal verdict "ok")}}
{{texts.btn_ok.title}}
{{/if}} {{#if (equal verdict "no_obj")}}
{{texts.btn_no_obj.title}}
{{/if}} {{#if (equal verdict "no_org")}}
{{texts.btn_no_org.title}}
{{/if}}
{{else}}
{{texts.task_title}}
{{/if}}
{{#if reviewMode}}
{{texts.info_name}}
{{name}}
{{texts.info_address}}
{{address}}
{{else}}
{{texts.info_name}}
{{name}}
{{texts.info_address}}
{{address}}
{{/if}}
{{texts.info_description}}
{{product}}
{{#if reviewMode}}
{{#if (equal verdict "ok")}}
{{texts.btn_ok.question_1.title}}
{{#each imgs_facade}}
{{/each}}
{{texts.btn_ok.question_2.title}}
{{#each imgs_obj}}
{{/each}}
{{/if}} {{#if (equal verdict "no_obj")}}
{{texts.btn_no_obj.question_1.title}}
{{#each imgs_facade}}
{{/each}}
{{texts.btn_no_obj.question_2.title}}
{{#each imgs_plate_or_address}}
{{/each}}
{{texts.btn_no_obj.question_3.title}}
{{#each imgs_around_obj}}
{{/each}}
{{#if comment}}
{{texts.btn_no_obj.question_4.title}}
{{field type="textarea" name="comment" width="100%" rows=5}}
{{/if}} {{/if}} {{#if (equal verdict "no_org")}}
{{texts.btn_no_org.question_1.title}}
{{#each imgs_around_org}}
{{/each}}
{{texts.btn_no_org.question_2.title}}
{{#each imgs_plate_or_address}}
{{/each}}
{{texts.btn_no_org.question_3.title}}
{{field type="textarea" name="comment" width="100%" rows=5}}
{{/if}}
{{else}}
Выберите вариант выполнения задания:
Не выбран ни один вариант ответа
{{texts.btn_ok.title}}
{{texts.btn_ok.question_1.title}}
{{texts.btn_ok.question_1.description}}
{{field type="file-img" name="imgs_facade" camera=true preview=true compress=false validation-show="top-left"}}
{{texts.btn_ok.question_2.title}}
{{texts.btn_ok.question_2.description}}
{{field type="file-img" name="imgs_obj" camera=true preview=true compress=false validation-show="top-left"}}
{{texts.btn_no_obj.title}}
{{texts.btn_no_obj.question_1.title}}
{{texts.btn_no_obj.question_1.description}}
{{field type="file-img" name="imgs_facade" camera=true validation-show="top-left"}}
{{texts.btn_no_obj.question_2.title}}
{{texts.btn_no_obj.question_2.description}}
{{field type="file-img" name="imgs_plate_or_address" camera=true validation-show="top-left"}}
{{texts.btn_no_obj.question_3.title}}
{{texts.btn_no_obj.question_3.description}}
{{field type="file-img" name="imgs_around_obj" camera=true validation-show="top-left"}}
{{texts.btn_no_obj.question_4.title}}
{{texts.btn_no_obj.question_4.description}}
{{field type="textarea" name="comment" width="100%" rows=5 validation-show="top-left"}}
{{texts.btn_no_org.title}}
{{texts.btn_no_org.question_1.description}}
{{field type="file-img" name="imgs_around_org" camera=true validation-show="top-left"}}
{{texts.btn_no_org.question_2.description}}
{{field type="file-img" name="imgs_plate_or_address" camera=true validation-show="top-left"}}
{{texts.btn_no_org.question_3.title}}
{{texts.btn_no_org.question_3.description}}
{{field type="textarea" name="comment" width="100%" rows=5 validation-show="top-left"}}
{{/if}}