{% 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 }}

{{ amount.as_p }} {% csrf_token %}
{% for picture in picture_list %}

{% endfor %} {% endblock %}