{{ player.name }} [{{ player.oid }}]

{% if player.subkind %} {% endif %} {% if player.email %} {% endif %} {% if player.fast_study %} {% endif %} {% if player.first_turn %} {% endif %} {% if player.full_name %} {% endif %} {% if player.last_turn %} {% endif %} {% if player.noble_points %} {% endif %} {% if player.unit_list %} {% endif %}
Type:{{ player.subkind }}
Email Address:{{ player.email }}
Fast Study Points:{{ player.fast_study }}
First Turn:{{ player.first_turn }}
Full Name:{{ player.full_name }}
Last Turn:{{ player.last_turn }}
Noble Points:{{ player.noble_points }}
Unit List: {% for i in range(0, ((player.unit_list|length)/3)|round(0,'ceil')|int) %} {% if ((i*3)) <= player.unit_list|length - 1 %} {% else %} {% endif %} {% if ((i*3)+1) <= player.unit_list|length - 1 %} {% else %} {% endif %} {% if ((i*3)+2) <= player.unit_list|length - 1 %} {% else %} {% endif %} {% endfor %}
{{ player.unit_list[i*3].name }} [{{ player.unit_list[i*3].oid }}]   {{ player.unit_list[(i*3)+1].name }} [{{ player.unit_list[(i*3)+1].oid }}]   {{ player.unit_list[(i*3)+2].name }} [{{ player.unit_list[(i*3)+2].oid }}]