<% if(game.get('quiz').failAttempts == 0){ %>

<%- polyglot.t('Thank you for participating') %>

<% } else { %>

<%- stats.correct %> <%- polyglot.t('of') %> <%- game.getNumberOfQuestions() %>

<%- polyglot.t('Correct answers') %>

<% } %>