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

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

<% } else { %>

<%- polyglot.t('Results') %>

<% _.each(winners, function(winner){ %> <% }) %>
<%- 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
<% } %>