diff --git a/templates/dups.html b/templates/dups.html index ea3f97f..babcc37 100644 --- a/templates/dups.html +++ b/templates/dups.html @@ -6,8 +6,8 @@
- + {% set count.keep = count.keep + 1 %} @@ -88,7 +103,7 @@ {% endif %} {{dup.d}}/{{dup.f}} - {% if preferred[dup.h] == dup.id %} + {% if DD.preferred_file[dup.h] == dup.id %} {% set pref.have="kf{}-f{}".format(outer_loop,loop.index) %} {% endif %} {% if loop.index < dups|length %} @@ -118,7 +133,7 @@ {% if page.cnt < pagesize %}
Choose path to KEEP (same file names in 2 different directories):
- {% for dup in per_path_dups %} + {% for dup in DD.per_path_dups %}
{{dup.count}} duplicates in: {{dup.d1}} or @@ -128,6 +143,12 @@
{% set page.cnt = page.cnt + 1 %}