{% extends 'base.html' %} {% block page_index %} {% if return_page %}?page={{ return_page }}{% endif %}{% endblock %} {% block head %} {% endblock %} {% block header %} {% endblock %} {% block content %}
{{ image.alt }}
{{ image.alt }}

Info

{% if image.description %} {% endif %}
Author Profile Picture {{ image.author.username }}
Upload date {{ image.created_at }}
Description {{ image.description }}
{% for col in image.colours %} {% endfor %}
{% if image.groups %}
{% for group in image.groups %} {{ group['name'] }} {% endfor %}
{% endif %}
{% for tag in 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.exif[tag] %} {% if image.exif[tag][subtag]['formatted'] %} {% if image.exif[tag][subtag]['type'] == 'date' %} {% else %} {% endif %} {% elif image.exif[tag][subtag]['raw'] %} {% else %} {% endif %} {% endfor %}
{{ subtag }}{{ image.exif[tag][subtag]['formatted'] }}{{ image.exif[tag][subtag]['formatted'] }}{{ image.exif[tag][subtag]['raw'] }}Oops, an error
{% endfor %}
{% endblock %} {% block script %} {% endblock %}