I\'ve an array titled $preview_data assigned to smarty template as follows:
$preview_data
Array ( [applicable_states] => Array ( [0]
Try this:
{', '|implode:$preview_data.applicable_states}
It will give you what you are expecting. Cheers!!!