{% extends "common/base.html" %} {% load static %} {% load i18n %} {% load crispy_forms_tags purchase %} {% block extrahead %} {% endblock %} {% block content %} {% if object %}

{{ object }} {{ object.price|currency }}

{{ object.created_at }}

{% if not object.payment_method %} {% endif %} {% else %}

{% translate "New basket" %}

{% endif %} {% crispy form %} {% if object %} {% translate "New" %} {% endif %} {% endblock %}