{% set name_match = True if file['name_match'] > 94.9 else False %}
Phash Match:{{ bool_to_icon(file['phash_match']) }}
Site Match: {{ bool_to_icon(file['site_match']) }}
File: {{ file['name_parts']['site']|default('', True) }}
Found: {{ file['looked_up']['site']|default('', True) }}
Date Match: {{ bool_to_icon(file['date_match']) }}
File: {{ file['name_parts']['date']|default('', True) }}
Found: {{ file['looked_up']['date']|default('', True) }}
Name Match: {{ bool_to_icon(name_match) }}
File: {{ file['name_parts']['name']|default('', True) }}
Found: {{ file['looked_up']['name']|default('', True) }}
Matched With: {{ file['name'] }}