{% extends "base.html" %} {% if not action %} {% set action = 'Bookmarks' %} {% endif %} {% block title %}{{ action }}{% endblock %} {% block pageheader %}{{ action }}{% endblock %} {% block pagecontent %} {% if tag and not publictag %}
Create public page tag
{% endif %} {% if tag and publictag %}
Public link
{% endif %} {% if message %}
{{ message|safe }}
{% endif %}

{% if tags %}
{% endif %}
{% for bookmark in bookmarks %}
{% if bookmark.favicon %}
{% endif %} {% if bookmark.http_status != 200 and bookmark.http_status != 304 %}
report_problem
{% endif %} {% if bookmark.starred == True %}
star
{% endif %} {% if bookmark.note %}
comment
{% endif %}
Added @ {{ bookmark.created_date.strftime('%Y-%m-%d %H:%M') }}close
{% endfor %} {# #}
add
{% endblock %}