{% extends 'base.html' %}
{% block title %}
Filtr na {{ type }} | Eshop s chatbotem
{% endblock %}
{% block body %}
{% if type != 'zidle' %}
{% endif %}
{% if type != 'stul' %}
{% endif %}
{% if type != 'kreslo' %}
{% endif %}
{% if type != 'skrin' %}
{% endif %}
{% if type != 'postel' %}
{% endif %}
{% for x in furnitures %}
{% set outer_loop = loop %}
{% for color in colors %}
{% if color == x.color and x.price < price|int %}
{% if (x.stored > 0 and stored == 'True') or stored == None %}
{% if x.type_furniture == type %}