{% extends 'layout.html' %} {% block header %}
{% endblock %} {% block wrapper_class %}image-wrapper{% endblock %} {% block content %}
Download
{% if g.user['id'] == image['author_id'] %}
{% endif %}
{% if image['alt'] != '' %}

Alt

{{ image['alt'] }}

{% endif %} {% if image['description'] != '' %}

Description

{{ image['description'] }}

{% endif %}

Info

Image ID {{ image['id'] }}
Author {{ image['author_id'] }}
Upload date {{ image['created_at'] }}
{% for tag in exif %}
{% if tag == 'Photographer' %}

Photographer

{% elif tag == 'Camera' %}

Camera

{% elif tag == 'Software' %}

Software

{% elif tag == 'Photo' %}

Photo

{% else %}

{{tag}}

{% endif %}
{% for subtag in exif[tag] %} {% if exif[tag][subtag]['formatted'] %} {% if exif[tag][subtag]['type'] == 'date' %} {% else %} {% endif %} {% elif exif[tag][subtag]['raw'] %} {% else %} {% endif %} {% endfor %}
{{subtag}}{{exif[tag][subtag]['formatted']}}{{exif[tag][subtag]['formatted']}}{{exif[tag][subtag]['raw']}}Oops, an error
{% endfor %}
{% endblock %} {% block script %} {% endblock %}