{% 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 %}
description
turned_in
label
{#star#}

{% if bookmark.url_hash %}

{% endif %}
{% endblock %}