{% extends "places/base_places.html" %} {% block title %}Places{% endblock %} {% block content_title %}
{% if has_next %} Previous {% endif %} {% if has_next and has_previous %} | {% endif %} {% if has_previous %} Next {% endif %}
{% endif %} {% endblock %}