{% extends "base.html" %}
{% block title %}Delete {{ policy.name }} — {{ library_name() }}{% endblock %}
{% block content %}
{{ policy.name }}Delete policy
Items that matched this policy will fall back to the next most-specific policy (usually the default). This cannot be undone.
{% endblock %}