{% extends "common/base.html" %} {% load crispy_forms_tags %} {% block content %} {% if object %}

{{ object }}

{% else %}

New basket

{% endif %} {% crispy form %} {% if object %}
Price: {{ object.price_display }}
New {% endif %} {% endblock %}