I need to run the following logic in the volt templates however it seems to be it doesnt support it. ANy ideas on workarounds ?
{% for index, p_key in partner_var %} <input id="{{ key }}[]" name="{{ key }}[]" value="{{ p_key.id }}" type="checkbox"
{% if user.p_body & (1 << (p_key.id - 1)) %} checked {% endif %}> {{ p_key.title }}
fails with the Error Scanning error before ' (1 << (p_key.id.