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