Email if statements not being operated

Hi,

We are currently looking to use some variables in the Auth0 emails.

Our variable goes something along these lines:

{% if user.email_verified %}Verander uw wacht woord {% else %}Vervolledig uw profiel {% endif %}

So the variable is 100% true (we printed it into the email) - but for some reason our if statement always reverts to the else path.

Is there anyone on here who can shed a light on this?

Thanks very much for helping

Thomas

Hey there @thomas7!

Have you had a chance to read our doc on customising emails?