{% set viewOptions = { cart: { icon: "adjust", color: "grey" } , cancelled: { icon: "ban", color: "red" } , shipped: { icon: "plane", color: "green" } , partially_shipped: { icon: "adjust", color: "yellow" } , ready: { icon: "clock", color: "blue" } , } %} {% set value = 'sylius.ui.' ~ state %}