Check User Group In The Order Invoice

Hello,

I want to add some text in the order invoice for the users in the special usergroup, but I couldn't find any user group variable in the invoice document to add and check the usergroup in the invoice.

I want something like this to add in the invoice document:

{% if u.usergroup == "VIP Customer" %}

My TEXT HERE

{% endif %}