{% extends "dashboard/dashboard.html" %} {% block title %}{{athlete.fname}} {{athlete.lname}}{% endblock %} {% load static %} {% block content %}
{% if athlete.photo %} {% else %} {% endif %}

Athlete info


names

:

{{athlete.fname}} {{athlete.lname}}


Lin/ Passport ID

:

{{athlete.id_number}}


School

:

{{athlete.school}}


Sport

:

{{athlete.sport}}


Date of birth

:

{{athlete.date_of_birth}}

{% endblock %}