Show list of items in the same category

Loop on rooms in the same category

room-detail.html
#$loop|{room,[room_category_id={{item.room_category_id}}]}|{a}|$#
<div>{a.name}</div>
#$/loop|{room,[room_category_id={{item.room_category_id}}]}|{a}|$#

Last updated