{% extends "base.html" %} {% block title %}{{ action }}{% endblock %} {% block pageheader %}{{ action }}{% endblock %} {% block pagecontent %} {% if bookmark.http_status != 200 %}
{% if bookmark.http_status == 404 %} report_problem  URL not found (404), broken/outdated link? {% else %} report_problem  HTTP status {{ bookmark.http_status }} {% endif %}
{% endif %} {% if message %}
{{ message }}
{% endif %} {% if formaction and formaction == 'edit' %}
{% else %} {% endif %}
description
turned_in
label
comment
{% if tags %}
{% for tag in tags %}
{{ tag }}
{% endfor %}
{% for tag in tags %} {% endfor %}
{% endif %}
{#star#}
{% if bookmark.url_hash %}
{% if bookmark.modified_date %} {% endif %} {% if bookmark.deleted_date %} {% endif %}
Added {{ bookmark.created_date.strftime('%Y-%m-%d %H:%M') }}
Modified {{ bookmark.modified_date.strftime('%Y-%m-%d %H:%M') }}
Deleted {{ bookmark.deleted_date.strftime('%Y-%m-%d %H:%M') }}
{% endif %}

{% if bookmark.url_hash %}

{% else %} {% endif %} {% endblock %}