{% load static %}
|
{{ 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 %}
{% endif %}
|