{% extends 'layout.html' %} {% block wrapper_class %}image-wrapper{% endblock %} {% block content %}
{% if next_url %}
Previous
{% endif %}
Download
{% if image.author_id == g.user.id %}
{% endif %} {% if prev_url %}
Next
{% 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 group in image.groups %} {{ group['name'] }} {% endfor %} {% if image.author_id == g.user.id %} {% endif %}
{% for tag in image.image_exif %}
{% if tag == 'Photographer' %}

Photographer

{% elif tag == 'Camera' %}

Camera

{% elif tag == 'Software' %}

Software

{% elif tag == 'File' %}

File

{% else %}

{{ tag }}

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