{% 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 %} {{ object }} Posted {{ object.created|date }} {% if object.description %}{{ object.description|linebreaks }}{% endif %} {% if object.geom %} {% endif %} {% endfor %} {% endblock content %}
{% if page_obj.has_previous %}Newer pastes{% endif %} {% if page_obj.has_next %}Older pastes{% endif %}
Posted {{ object.created|date }}