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

Dedup review

Scheduled dedup runs dry-run only, every day. Nothing is ever deleted without an explicit confirm below.

Pending candidates

{% for c in candidates %} {% else %} {% endfor %}
PassKeepDeleteSize
{{ c.pass_name }} {{ c.keep_path }} {{ c.delete_path }} {{ (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 %}