{% extends "usta/base.html" %} {% load staticfiles usta_tags %} {% block title %}{{ block.super }} | Player {{ player }}{% endblock %} {% block main %}
|
Division | {{ tournament_data.get_division_display }} |
Home Town | {{ player.city }}, {{ player.state }} | |
USTA Section | {{ tournament_data.usta_section }} | |
Singles Line | {{ tournament_data.singles_line }} | |
Singles Seed | {{ tournament_data.singles_seed }} | |
Doubles Line | {{ tournament_data.doubles_line }} | |
Doubles Seed | {{ tournament_data.doubles_seed }} |
Round | Players | Final Score |
---|---|---|
{{ match.get_round_number_display }} | {% match_display match player event16 %} | {% if not match.player1 or not match.player2 %} Automatic Advance {% else %} {{ match.final_score }} {% endif %} |