{% extends "webshop/base.html" %} {% block section_title %}Articles{% endblock %} {% block content %} {% if articles_list %} {% for article in articles_list %} {% endfor %}
ID NAME CATHEGORY STOCK PRICE
{{ article.id }} {{ article.name }} {{ article.category }} {{ article.stock }} {{ article.price_in_chf }} {{ currency_name }}
{% else %}

We are sorry but there are currently no articles being sold.

{% endif %} {% endblock %}