{% extends "library/base.html" %} {% block title %}Delete "{{ paper.title }}" | clrnoise{% endblock %} {% block content %}

Destructive action

Delete paper

This cannot be undone.

Paper to be deleted

{{ paper.title }}

{% if paper.publication or paper.year %}

{% if paper.publication %}{{ paper.publication }}{% endif %} {% if paper.year %}{% if paper.publication %} · {% endif %}{{ paper.year }}{% endif %}

{% endif %} {% if paper.authors.all %}

{{ paper.author_line }}

{% endif %}

What will be removed

{% csrf_token %} Cancel — keep this paper
{% endblock %}