{% extends "base.html" %} {% block title %}Dedup — alembic{% endblock %} {% block content %}

Pending candidates

Paths are relative to the library root. Hover a name for the full path.

{% for c in candidates %} {% else %} {% endfor %}
PassKeepDeleteSize
{{ c.pass_name }} {{ c.keep_display }} {{ c.delete_display }} {{ (c.delete_size_bytes / 1024 / 1024) | round(1) if c.delete_size_bytes else '?' }} MB

No pending candidates. Run a scan.

{% if candidates %} {% endif %} {% endblock %}