{% extends "base/frame.twig" %}
{% block stylesheets %}
{% endblock %}
{% block main %}
The Bad Space Listings
Page
{{ options.currentPage }}
of
{{ options.list.total }}
{% for location in options.list.locations %}
{{ location.name }}
{% endfor %}
Page
{{ options.currentPage }}
of
{{ options.list.total }}
{% endblock %}