{% extends 'base.html' %} {% block content %}

Animation by {{ image.creator }}

{{image.name}}

{{ image.name }}

Creator {{ image.creator }}
Creation date {{ image.creation_date }}
Download
{% if current_user.is_authenticated %}
Write a comment
{% endif %} {% if comments %} {% for comment in comments %}

{{ comment.user }}

{{ comment.date }}

{{ comment.text }}

{% endfor %} {% else %}

No comments yet.

{% endif %} {% endblock %}