{% extends "layout.html" %} {% block body %}

Diffs

Matches

{% for m in matches %} {% endfor %}
Id in db 1 Image from db 1 Id in db 2 Image from db 2
{{ m[0] }} {{ m[2] }}

Nonmatches

{% for m in nonmatches %} {% endfor %}
Id in db 1 Image from db 1 Id of nearest match in db 2 Image of nearest match
{{ m[0] }} {{ m[2] }}
{% endblock %}