{% extends "base-public.html" %} {% load static %} {% block initialization %} {% endblock %} {% block content %}

Фото для организации

{% if user.is_superuser %} {% else %} {% endif %}
{% if invalid %} {% endif %}
{% for row in images %}
{% for image in row %}
{% if image.preview_stid %} {% else %} {% endif %}
{% if image.latitude and image.longitude %}

Coordinates {{ image.latitude }}, {{ image.longitude }}

{% endif %} {% if image.date %}

Date {{ image.date }}

{% endif %} {% if image.dssm_score %}

Keyword Score {{ image.dssm_score }}

{% endif %}
{% endfor %}
{% endfor %}
{% endblock %}