Twig ternary operator, Shorthand if-then-else October 20, 2022 by Tarik {{ (ability.id in company_abilities) ? 'selected' : '' }} The ternary operator is documented under ‘other operators’