Bookmarks
{% for bookmark in object_list %}
{{ bookmark.url|urlize(25) }}
{{ bookmark.created_date.strftime("%m/%d/%Y %H:%M") }}
{% endfor %}
{% if page > 1 %}
Previous
{% endif %} {% if pagination.get_pages() > page %}
Next
{% endif %}