{% extends "dashboard/dashboard.html" %} {% block title %}Athletes{% endblock %} {% load static %} {% block content %}

Athletes

Filter Athletes

{{ filter.form.as_p }}
{% csrf_token %}
{% csrf_token %}
{% for teacher in filter.qs %} {%endfor%}
Names School Gender Class Category Delete
{{teacher.fname}} {{teacher.lname}} {{teacher.school}} {{teacher.gender}} {{teacher.classroom}} {{teacher.category}} delete
{% endblock %}