{% extends 'base.html' %} {% block content %} {% if current_user.is_authenticated %}
You are about to purchase the following item:
Name | {{ item.name }} |
---|---|
Uploader | {{ item.uploader.name }} |
Upload date | {{ item.upload_date }} |
Price | 1 currency |
Log in to purchase an animation.
{% endif %} {% endblock %}