{% extends 'base.html' %} {% block body %}
Laptops + Desktops + Mobiles +

Currently Viewing {{header}}

{% for item in items %} {% if header|lower == "laptops" %} {% elif header|lower == "desktops" %} {% else %} {% endif %} {% endfor %}
id Model Price Status Issues
{{ item.pk }} {{ item.type }} {{ item.price }} {{ item.status }} {{ item.issues }} Edit X Edit X Edit X
{% endblock %}