{% extends "locations/base.html" %} {% load pagination_tags %} {% block head_title %}All Locations{% endblock %} {% block body %}
{% autopaginate locations %} {% for location in locations %} {% include "locations/location.html" %} {% endfor %} {% paginate %} {% endblock %} {% block extra_body %} {% endblock %}