{% extends "usta/base.html" %} {% load staticfiles htmleditor_tags %} {% block title %}{{ block.super }} | College Coaches{% endblock %} {% block main %}

College Coaches

{% for coach in coaches %} {% endfor %}
University First Name Last Name Coach Type Email
{{ coach.university }} {{ coach.first_name }} {{ coach.last_name }} {{ coach.get_coach_type_display }} {{ coach.email }}
{% if document %}
{% if perms.htmleditor.change_document %}Pencil{% endif %} {% docreplace document.content %}
{% endif %}
{% endblock %} {% block extrascripts %} {% endblock %}