{% extends "dashboard/dashboard.html" %} {%load static%} {%block title%}{{team.name}}{%endblock%} {%block content%}
{% if user.is_staff %} {% endif %} {% for athlete in team.athletes.all %} {% if user.is_staff %} {% endif %} {% endfor %}
Athlete Sport Gender AgeAccred Delete
{{athlete.fname}} {{athlete.lname}} {{athlete.sport}} {{athlete.gender}} {{athlete.age}} Accreditation Certificate Delete
{%endblock%}