{% set view_options = { authorized: {icon: "fas fa-check", color: "primary"}, awaiting_payment: {icon: "fas fa-clock", color: "secondary"}, cancelled: {icon: "fas fa-ban", color: "danger"}, paid: {icon: "fas fa-adjust", color: "success"}, partially_authorized: {icon: "fas fa-ban", color: "warning"}, partially_paid: {icon: "fas fa-clock", color: "info"}, partially_refunded: {icon: "fas fa-check", color: "info"}, refunded: {icon: "fas fa-reply-all", color: "light"}, } %} {% set value = 'sylius.ui.' ~ state %} {{ 'sylius.ui.state'|trans }}: {{ value|trans }}