{% extends "base.html" %} {% block title %}Recycle bin · LibreSignage{% endblock %} {% block content %}

Recycle bin

Items remain here until permanently deleted.

Content library
{% for item in items %}
{{ item.title }}
Deleted {{ item.deleted_at }} · retained in {{ usage[item.id].playlist_count }} playlists
{% else %}
The recycle bin is empty.
{% endfor %}
{% endblock %}