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

Animation by {{ item.uploader.name }}

{{ item.name }}

{{ item.name }}
{% if can_download %} Download {% else %} Purchase {% endif %}
{% if current_user.is_authenticated %}
Write a comment
{% endif %} {% if item.comments %} {% for comment in item.comments %}

{{ comment.commenter.name }}

{{ comment.date }}

{{ comment.text }}

{% endfor %} {% else %}

No comments yet.

{% endif %}
{% endblock %}