{% set view_options = { cart: {icon: "fas fa-adjust", color: "secondary"}, cancelled: {icon: "fas fa-ban", color: "danger"}, shipped: {icon: "fas fa-plane", color: "success"}, ready: {icon: "fas fa-clock", color: "primary"}, } %} {% set value = 'sylius.ui.' ~ state %} {{ value|trans }}