{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %}
{% for item in items %} {% endfor %}
# Name Beschreibung Marke
{{ item.id }} {{ item.name }} {{ item.description }} {{ item.Brand.name }}
{% with pagination_object=items %} {% include "utils/general/_page_navigation.html" %} {% endwith %} {% endblock %}