% if(game.get('quiz').failAttempts == 0){ %>
| <%- polyglot.t('Place') %> | <%- polyglot.t('Name') %> | <%- polyglot.t('Correct Answers') %> | <%- polyglot.t('Time') %> |
|---|---|---|---|
| <%- winner.get('position') %> | <%- winner.get('username') %> | <%- winner.get('stats').correct %> <%- polyglot.t('of') %> <%- game.getNumberOfQuestions() %> | <%- winner.get('timeSpent') %>s |