{% 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 {% if image.author.picture %} Profile Picture {% endif %} {{ 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 %}

Metadata

{% for tag in image_exif %} {% endfor %}
{{ tag.key }} {{ tag.value }}
{% endblock %}