{{ question.author }}

{{ question.text }}

@if (question.answers.length > 0) {
@for (answer of question.answers; track answer.id) {
{{ answer.author }} {{ 'productDetails.officialSeller' | translate }} @if (answer.isAccepted) { {{ 'productDetails.acceptedAnswer' | translate }} }

{{ answer.text }}

}
}