{% extends "base.html" %} {% load eb %} {% block title %}{% METRO_NAME %} {{ location_type.plural_name }}{% endblock title %} {% block extrahead %} {% endblock extrahead %} {% block content %}

{% METRO_NAME %} {{ location_type.plural_name }}

Choose a {{ location_type.name }} to see recent news in that area. You can also browse by street to find an individual block.

{% ifequal location_type.plural_name "cities" %} {% else %} {% regroup location_list by city as city_list %} {% for city in city_list %} {% if city_list|length|greaterthan:"1" %}

{{ city.grouper.title }}

{% endif %} {% endfor %} {% endifequal %}
{% endblock content %}