{% load static %} Album
{% for athlete in athletes %} {% if forloop.counter0|divisibleby:2 %} {% endif %} {% if forloop.last or forloop.counter0|add:1|divisibleby:2 %} {% endif %} {% endfor %}
{{ athlete.id_number|upper}} ({{athlete.gender|upper}})
{% if athlete.photo %} {{ athlete.fname }} {% else %} {{ athlete.lname }} {% endif %}
{{ athlete.fname|upper }} {{athlete.lname|upper }}
{{ athlete.school|upper }}
{{ athlete.sport|upper }}