{% if bookmark.http_status == 404 %}
report_problem URL not found (404), broken/outdated link?
{% elif bookmark.http_status == 302 %}
report_problem HTTP status (302), moved temporarily. Use button for new target
{% else %}
report_problem HTTP status {{ bookmark.http_status }}
{% endif %}
{% endif %}
{% if message %}
{{ message }}
{% endif %}
{% if formaction and formaction == 'edit' %}
{% endif %}
{% endblock %}