{% load baykeshop %}
{% for item in queryset %}
{{ item.name|truncatechars:15 }}({{ item.price }}x{{ item.quantity }})
{% for spec in item.specs|json_loads %} {{ spec.parent__name }}:{{ spec.name }} {% endfor %}
{% if queryset|length > 1 %}
{% endif %} {% endfor %}