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

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 %}