{% 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['post_description'] %}

Description

{{ image['post_description'] }}

{% endif %}

Info

Image ID {{ image['id'] }}
Author {{ image['author_username'] }}
Upload date {{ image['created_at'] }}
{% for col in image.image_colours %} {% endfor %}
{% for tag in exif %}
{% if tag == 'Photographer' %}

Photographer

{% elif tag == 'Camera' %}

Camera

{% elif tag == 'Software' %}

Software

{% elif tag == 'File' %}

File

{% 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 %}