{% extends "places/base_places.html" %} {% block title %}Places{% endblock %} {% block content_title %}

Places

{% endblock %} {% block content %} {% load markup %} {% if is_paginated %}

{% if has_next %} Previous {% endif %} {% if has_next and has_previous %} | {% endif %} {% if has_previous %} Next {% endif %}

{% endif %} {% endblock %}