+ {localize( + questions.length === 1 ? 'com_ui_asking_questions_one' : 'com_ui_asking_questions', + { 0: questions.length }, + )} +
+{item.header}
+ )} ++ {item.question} +
+ {item.description != null && ( ++ {item.description} +
+ )} + {typeof answer === 'string' && ( ++ + {localize('com_ui_you_answered')} + {' '} + {formatAnswerLabel(item, answer)} +
+ )} + {typeof answer !== 'string' && !failed && ( ++ {localize('com_ui_question_unanswered')} +
+ )} ++ {localize('com_ui_question_failed_description')} +
+ )} +