[% IF next_question == -1 %] Thank you for playing. You scored [% score_ok %] out of [% total %].

[% ELSE %] Score:
[% score_ok %] ok
[% score_nok %] not ok

Question [% next_question %] of [% total %]:

[% question %]

[% FOREACH answer IN answers %] [% answer.text | html %]
[% END %]

[% END %]