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

Something whent wrong, no articles are stored.

{% endif %} {% endblock %}