{% for item in small_item_list %}
{{item.bitem_name}}
{% for i in item.small_item_list%}
{% endfor %}
{% endfor %}