{{r.status == 'active' or 'scheduled' ? 'The order status is <a href="https://example.com/">
{{r.order}} : 'The order status is cancelled'</a>'
When using the line above it prints {{r.order}} instead of the value from the variable. How can I print the value?