{% extends "dashboard/dashboard.html" %} {%load static%} {%block title%}{{team.name}}{%endblock%} {%block content%}
| Athlete | Sport | Gender | Age | {% if user.is_staff %}Accred | Delete |
|---|---|---|---|---|---|
| {{athlete.fname}} {{athlete.lname}} | {{athlete.sport}} | {{athlete.gender}} | {{athlete.age}} | {% if user.is_staff %}Accreditation Certificate | Delete | {% endif %}