From 650318a79fe28ae5322d6483aa98475857b7e20b Mon Sep 17 00:00:00 2001 From: adamhrv Date: Tue, 23 Apr 2019 12:58:20 +0200 Subject: add template --- check/static/perceptual_hash_report.html | 39 ++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 check/static/perceptual_hash_report.html (limited to 'check/static/perceptual_hash_report.html') diff --git a/check/static/perceptual_hash_report.html b/check/static/perceptual_hash_report.html new file mode 100644 index 0000000..566a058 --- /dev/null +++ b/check/static/perceptual_hash_report.html @@ -0,0 +1,39 @@ + + + + + + +

Image Duplicates

+ + {% for fname_a, image_group in image_groups %} +

Duplicates for {{ fname_a }}

+ + + + + + + {% for df in image_group.itertuples() %} + + + + + + + {% endfor %} +
Image AImage BScore
+ + + + +
    +
  • Filename A: {{ df.fname_a }}
  • +
  • Filename B:
    {{ df.fname_b }}
  • +
  • Score: {{ df.score }}
  • +
+
+ {% endfor %} + + + \ No newline at end of file -- cgit v1.2.3-70-g09d2