@ -71,7 +71,11 @@
{% if choise.pk.__str__() in request.GET.getlist('brand[]') %}
checked="checked"
{% endif %}
/> {{ choise }}</label>
/> {% if choise.image %}
<img src="/static/{{ choise.image }}" alt="{{ choise.title }}" height="25" style="cursor: pointer">
{% else %}
{{ choise.title }}
{% endif %}</label>
</li>
{% endfor %}
</ul>