{% load static %} Album
{% for athlete in athletes %} {% endfor %}
{{ athlete.classroom|upper}} ({{athlete.gender|upper}})
{{ athlete.first_name|upper }} {{athlete.last_name|upper}}
{{ athlete.date_of_birth|upper }}
{{ athlete.school|upper }}
{{ athlete.category|upper }}
{% if athlete.photo %} {{ athlete.first_name }} {% else %} {{ athlete.last_name }} {% endif %}