{% 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" %}
{% endif %}
{% if category.1 == "Practice_Court" %}
{% docreplace practice_courts_information.content %}
{% endif %}
{% if category.1 == "Parking" %}
{% docreplace parking_information.content %}
{% endif %}
{% if category.1 == "Hotel" %}
{% hotels_table %}
{% endif %}
{% if category.1 == "Hospital" %}
{% 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 %}