How to add Dropdown combo in smarty templates like sugarcrm dropdowns

I defined a dropdown in admin > dropdown editor and I wanna to use it in my smarty template

In suitecrm smarty how to use it with {html_options}

I tried like below but not working:
{html_options name=‘default_group’ options=$attributes.groupsList selected=$attributes.default_group_id}