{% extends "calibration/base.html" %} {% block content %}

Missing EXIF data

Some RAWs in your upload could not be fully tagged with EXIF data. Please complete the missing data manually.

If the images were produced by a compact camera, set the lens model name to “Standard”.

Note: Whenever you leave a field empty, the respective value of the preceding image is used.

{% for raw_file_path, thumbnail_url, exif in images %}

{{ raw_file_path }}

{{ exif }}
{% endfor %}

{% endblock %}