{% if file['phash_distance'] is not none %} {% set match = (100 - (file['phash_distance'] * 2.5)|float|round(2)) ~ '%' %} {% else %} {% set match = file['name_match']|float|round(2) ~ '%' %} {% endif %}
{{ match }}{{ file['looked_up']['name'] }}
{{ file['looked_up']['type'] }}
{{ file['looked_up']['name'] }}

{{ file['looked_up']['site'] }}

{{ file['looked_up']['date'] }}

{% with file=file['looked_up'] %} {% include 'components/performersBadges.html' %} {% endwith %}