{% extends "locations/base.html" %} {% load pagination_tags %} {% block head_title %}All Locations{% endblock %} {% block body %}

{{ location_form }}

{% autopaginate locations %} {% for location in locations %} {% include "locations/location.html" %} {% endfor %} {% paginate %} {% endblock %} {% block extra_body %} {% endblock %}