{% extends "webshop/base.html" %} {% block section_title %}{{ article.name }}{% endblock %} {% block content %}

Description

{{ article.description }}

Stock: {{ article.stock }}

Status: {{ article.status }}

Price: {{ article.price_in_chf }} {{ currency_name }}

{% if user.is_authenticated %}

{{ amount.as_p }} {% csrf_token %}

{% else %}

please login to fill your basket...

{% endif %} {% for picture in picture_list %}

{% endfor %} {% endblock %}