{% extends "locations/base.html" %} {% load url from future %} {% load forms_tags %} {% load djtables_tags %} {% block stylesheets %} {{ block.super }} {% endblock %} {% block javascripts %} {{ block.super }} {% endblock %} {% block left %}{% if no_location_types %}

You haven't created any subclasses of Location yet.

{% else %}{% for type in location_types %}

{{ type.plural|title }}

{% table_cols type.table %} {% table_head type.table %} {% for location in type.table.rows %} {% empty %} {% endfor %} {% table_foot type.table %}
{{ location }}

Nothing to display.

{% endfor %}{% endif %} {% endblock %} {% block middle %}

Map

Maximize
{% endblock %} {% block right %}{% for type in location_types %} {% endfor %} {% endblock %}