{% if scoreEntries|length > 0 %} {% endif %} {% if scoreEntries|length == 0 %}
There are no scores recorded for this game!
{% else %} {% set num = 1 %} {% for scoreEntry in scoreEntries %} {% if num % 2 == 0 %} {% else %} {% endif %} {% set num = num + 1 %} {% endfor %} {% endif %}
Score
{{ scoreEntry.getPosition() }}. {{ scoreEntry.getPlayerName() }} {{ scoreEntry.getScore() }}
{% if hasNextPage %} {% endif %} {% if pageNumber > 1 %} {% endif %}