{{#if this.hasValue}} {{#if this.isText}} {{this.value.value}} {{/if}} {{#if this.isLongtext}}

{{this.value.value}}

{{this.toggleText}}
{{/if}} {{#if this.isComposer}}

{{this.value.value}}

{{this.toggleText}}
{{/if}} {{#if this.isComposerPreview}} {{d-icon "comment-alt"}} {{i18n "admin.wizard.submissions.composer_preview"}}: {{this.value.value}} {{/if}} {{#if this.isTextOnly}} {{this.value.value}} {{/if}} {{#if this.isDate}} {{d-icon "calendar"}}{{this.value.value}} {{/if}} {{#if this.isTime}} {{d-icon "clock"}}{{this.value.value}} {{/if}} {{#if this.isDateTime}} {{d-icon "calendar"}}{{format-date this.value.value format="medium"}} {{/if}} {{#if this.isNumber}} {{this.value.value}} {{/if}} {{#if this.isCheckbox}} {{#if this.checkboxValue}} {{d-icon "check"}}{{this.value.value}} {{else}} {{d-icon "times"}}{{this.value.value}} {{/if}} {{/if}} {{#if this.isUrl}} {{d-icon "link"}} {{this.value.value}} {{/if}} {{#if this.isUpload}} {{this.file.original_filename}} {{/if}} {{#if this.isDropdown}} {{d-icon "check-square"}} {{this.value.value}} {{/if}} {{#if this.isTag}} {{#each this.value.value as |tag|}} {{discourse-tag tag}} {{/each}} {{/if}} {{#if this.isCategory}} {{i18n "admin.wizard.submissions.category_id"}}: {{this.value.value}} {{/if}} {{#if this.isTopic}} {{i18n "admin.wizard.submissions.topic_id"}}: {{#each this.value.value as |topic|}} {{topic.id}} {{/each}} {{/if}} {{#if this.isGroup}} {{i18n "admin.wizard.submissions.group_id"}}: {{this.value.value}} {{/if}} {{#if this.isUserSelector}} {{#each this.submittedUsers as |user|}} {{d-icon "user"}} {{user.username}} {{/each}} {{/if}} {{#if this.isUser}} {{avatar this.value imageSize="tiny"}} {{/if}} {{#if this.showUsername}} {{this.username}} {{/if}} {{#if this.isSubmittedAt}} {{raw-date this.value}} {{/if}} {{else}} — {{/if}}