{% METRO_NAME %} {{ location_type.plural_name }}
-
{% for type in location_type_list %}
- {% if type.is_current %}{{ type.location_type.plural_name|capfirst }}{% else %}{{ type.location_type.plural_name|capfirst }}{% endif %} {% endfor %}
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" %}-
{% for location in location_list %}
- {{ location.name }} {% endfor %}
{{ city.grouper.title }}
{% endif %}-
{% for location in city.list %}
- {{ location.name }} {% endfor %}