{% extends "base.html" %} {% block content %}

{% if page_obj.has_previous %}Newer pastes{% endif %} {% if page_obj.has_next %}Older pastes{% endif %}

{% csrf_token %} {{ form.as_p }}
{% for object in object_list %}
{% if object.geom %} {% endif %}
{% endfor %}
{% endblock content %}