Hello Guys,
In one of the web page I am printing the current user role of the user using liquid template
{{user.roles}}
And it display like below.

Is there anyway I can strip out "Authenticated Users" and add comma (,) between all the web roles. In my case ( Napier, Edison Users) are two web roles.
Appreciate your input on this. Thanks