{% extends 'usta/base.html' %} {% load usta_tags static %} {% block title %}{{ block.super }} | {{ title }}{% endblock %} {% block extrastyle %} .game-info { text-align: right; border-right: 1px solid gray; padding-right: 5px; } {% endblock %} {% block main %}

{{ title }}

{% csrf_token %} {{ form.as_table }}

Draw sheets for 1985-1999 are only available as PDFs.

{% if draw_select %}
{% for round, match, x1, y1, x2, y2 in draw_select.regions %} Round {{ round }}, Match {{ match }} {% endfor %} bracket layout {% for round, match, top, left, width, height in draw_select.hover_regions %}
{% endfor %}
{% endif %}
{% block rounds_main %} {% if round_names %} {% endif %}
{% block rounds %}{% endblock %}
{% block after_rounds %}{% endblock %} {% endblock %}
{% endblock %}