{{ question }}

{{ answer !== null ? answer.amount : '' }}
{{ answer !== null && answer.text ? answer.text : '' }}
0