{% extends "usta/base.html" %} {% load staticfiles htmleditor_tags usta_tags %} {% block title %}{{ block.super }} | Home{% endblock %} {% block main %} {% if document %}

{{ document.name }} {% if perms.htmleditor.change_document %}Pencil{% endif %}

{% else %}

USTA Boys 18 & 16 National Tournament

{% endif %}

 

{% with start_date|daysuntil as days_until %} {% if days_until >= 0 %}
{% if days_until > 0 %}

{{ days_until }}

Day{{ days_until|pluralize }} Until Tournament

{% elif days_until == 0 %}

Now

Tournament Dates

{% endif %}

{{ tourn_range }}

{% endif %} {% endwith %}
{% if SiteSettings.show_live_streaming %} Live Video provided by Secant {% else %} Live Video provided by Secant {% endif %}
{% if REDBOOK_PATH %} {% endif %}
{% if document %} {% docreplace document.content %} {% endif %}

Latest News

{% if latest_news %}
{% for news in latest_news %} {% include 'htmleditor/news_summary.html' %} {% endfor %}
{% else %}

No news found.

{% endif %}

View more News.

{% endblock %}