{{ question.author }}

{{ question.text }}

@if (question.answers.length > 0) {
@for (answer of question.answers; track answer.id) {
{{ answer.author }} Official seller @if (answer.isAccepted) { Accepted answer }

{{ answer.text }}

}
}