{% load staticfiles %}{% load htmleditor_tags usta_tags %} {% block title %}USTA Boys{% endblock %} {% comment %}Free Google Hosted JQuery https://developers.google.com/speed/libraries/{% endcomment %} {% comment %}Free Google Hosted JQuery UI https://developers.google.com/speed/libraries/{% endcomment %} {% block extrahead %}{% endblock %} {% if debug %} {% include 'devtools/debug_bar.html' %} {% endif %} {% block body %} {% tourn_date_start as start_date %} {% tourn_date_range as tourn_range %}
{% block messages %} {% if messages %} {% endif %} {% endblock messages %} {% block banner %} {% show_banner %} {% endblock %}
{% if request.user.is_authenticated %}
Welcome {{ request.user.get_full_name|default:request.user }} - Profile   Logout
{% endif %}
{% block main %}{% endblock %}
{% endblock %} {% google_analytics %} {% block extrascripts %}{% endblock %}