{% set release = entity %}
{% set entity_view = "save" %}
{% set entity_type = "release" %}
{% import "entity_macros.html" as entity_macros %}
{% import "edit_macros.html" as edit_macros %}
{% extends "entity_base.html" %}
{% block entity_main %}
"Save Paper Now"
{% if spn_status == "not-configured" %}
Error
Save Paper Now feature isn't configured, sorry about that.
{% elif spn_status == "kafka-error" %}
Error
Whoops, something went wrong and we couldn't enqueue your request. This
didn't have anything to do with the URL you supplied; please try again later.
{% elif spn_status == "success" %}
Success
URL has been submitted to the bot queue for crawling. If fulltext content
is found, it will be imported into the catalog for review. Keep an eye on the
reviewable editgroups list (can take 5-10 minutes
depending on throughput and batch sizes).