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

Animation by {{ image.creator }}

{{image.caption}}

{{ image.caption }}

Creator {{ image.creator }}
Number of images {{ image.num_anim }}
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 %}