{% extends "usta/base.html" %} {% load i18n staticfiles htmleditor_tags usta_tags %} {% block title %}{{ block.super }} | Map{% endblock %} {% block comment %} (See view for more info) category.0 - human name category.1 - computer name category.2 - icon {% endblock %} {% block main %}

Map Locations

Note: Javascript is disabled. Unable to load map.
{% for category, places in locations.items %} {% if places.0 %}{# If there are any items of this category #} {% with markerList="markerList"|add:category.1 %}
{% endwith %} {% endif %} {% endfor %}
{% for category, places in locations.items %} {% if places.0 %}{# If there are any items of this category #}
{% if category.1 == "Tournament_Site" %}

Tournament Sites

{% for location in places %} {% endfor %}
Name Address Phone Description
{% if location.link %}{% endif %}{{ location.name }}{% if location.link %}{% endif %} {{ location.address }} {{ location.phone }} {{ location.description }}
{% endif %} {% if category.1 == "Practice_Court" %}

Practice Courts{% if practice_courts_information and perms.htmleditor.change_document %} Pencil{% endif %}

{% docreplace practice_courts_information.content %}
{% for location in places %} {% endfor %}
Name Address Phone Description
{% if location.link %}{% endif %}{{ location.name }}{% if location.link %}{% endif %} {{ location.address }} {{ location.phone }} {{ location.description }}
{% endif %} {% if category.1 == "Parking" %}

Parking {% if parking_information and perms.htmleditor.change_document %}Pencil{% endif %}

{% docreplace parking_information.content %}
{% for location in places %} {% endfor %}
Name Address Phone Description
{% if location.link %}{% endif %}{{ location.name }}{% if location.link %}{% endif %} {{ location.address }} {{ location.phone }} {{ location.description }}
{% endif %} {% if category.1 == "Hotel" %}
{% hotels_table %}
{% endif %} {% if category.1 == "Hospital" %}

Hospitals

{% for location in places %} {% endfor %}
Name Address Phone Description
{% if location.link %}{% endif %}{{ location.name }}{% if location.link %}{% endif %} {{ location.address }} {{ location.phone }} {{ location.description }}
{% endif %}
{% endif %} {% endfor %}

Information provided by:
Discover Kalamazoo
1-800-888-0509

{% endblock %} {% block extrascripts %} {% comment %} Unfortunately, this script requires template variables ({{ }}) so it must reside here, instead of in an actual javascript file. {% endcomment %} {% endblock %}