{% extends "base.html" %} {% block title %}Duplicates — CalibreSync{% endblock %} {% block content %}
Scanned {{ total_books }} book(s) — {% if groups %} found {{ groups|length }} duplicate group(s) (same title + author). The oldest copy (lowest ID) is kept when deleting all. {% else %} no duplicates found. {% endif %}
{% for group in groups %}| ID | Title | Authors | Format | |
|---|---|---|---|---|
| {{ book.id }} | {{ book.title }} | {{ book.authors }} | {{ book.format or "—" }} |