{{ columNames }}
{% for player in playerList %}
{% set count = loop.index + start %}
{% if count % 2 == 0 %}
{{ player.getLineHTML(count) }}
{% else %}
{{ player.getLineHTML(count) }}
{% endif %}
{% endfor %}
{{ endOfBoardIndicator }}