{% extends "bookmarklet/layout.html" %} {% load oafilters %} {% block content %}
{{ bookmarklet.non_field_errors }} {{ bookmarklet.accessed }} {{ bookmarklet.slug }}

You've hit a paywall!?

That sucks.

Tell us why and we'll put you on the map.

{{ bookmarklet.url|label_with_classes:"control-label"}}
{{ bookmarklet.url }}
{{ bookmarklet.location|label_with_classes:"control-label"}}
{{ bookmarklet.location }} {{ bookmarklet.coords }}
{{ bookmarklet.doi|label_with_classes:"control-label" }} {{ bookmarklet.doi.errors }}
{{ bookmarklet.doi }}
{{ bookmarklet.description|label_with_classes:"control-label" }} {{ bookmarklet.description.errors }} {{ bookmarklet.description }}
{{ bookmarklet.story.errors }} {{ bookmarklet.story|label_with_classes:"control-label" }} {{ bookmarklet.story }}
{% endblock %} {% block scripts %} {% endblock %}