{% if image.exif.Camera %}Kamera: {{ image.exif.Camera }}
{% endif %}
{% if image.exif['F-Stop'] %}BlÀndare: {{ image.exif['F-Stop'] }}
{% endif %}
{% if image.exif.Exposure %}Slutartid: {{ image.exif.Exposure }}
{% endif %}
{% if image.exif.ISO %}ISO: {{ image.exif.ISO }}
{% endif %}
{% if image.exif.Taken %}Datum: {{ image.exif.Taken }}
{% endif %}