{% load staticfiles %}

Query Image v.s. Database Image

{% if from_db %} {% else %} {% endif %}

Similarity Score = {{ similarity }}

Click to Search with this database image.

Info: width = {{ db_image.width }}, height = {{ db_image.height }}{% if db_image.source %}, Source = {{ db_image.source }}{% endif %}

{% if aesthetic %}

Aesthetic score: {{ aesthetic.score }} | tags: {% for tag in aesthetic.tags %}[{{ tag }}] {% endfor %}

{% endif %}