{% extends 'layout.html' %} {% block page_index %} {% if return_page %}?page={{ return_page }}{% endif %}{% endblock %} {% block head %} {% endblock %} {% block content %}
Author | {{ image.author.username }} |
Upload date | {{ image.created_at }} |
Description | {{ image.description }} |
{{ subtag }} | {% if image.exif[tag][subtag]['formatted'] %} {% if image.exif[tag][subtag]['type'] == 'date' %}{{ image.exif[tag][subtag]['formatted'] }} | {% else %}{{ image.exif[tag][subtag]['formatted'] }} | {% endif %} {% elif image.exif[tag][subtag]['raw'] %}{{ image.exif[tag][subtag]['raw'] }} | {% else %}Oops, an error | {% endif %}