{% extends "base.html" %} {% block title %}Duplicates — CalibreSync{% endblock %} {% block content %}
Scanned {{ total_books }} book(s) — {% if groups %} found {{ groups|length }} duplicate group(s). Books are grouped by normalised title. Keep the one you want and delete the rest. {% else %} no duplicates found. {% endif %}
{% for group in groups %}| ID | Title | Authors | Format | |
|---|---|---|---|---|
| {{ book.id }} | {{ book.title }} | {{ book.authors }} | {{ book.format or "—" }} |