{% set viewOptions = { authorized: { icon: "check", color: "orange" } , awaiting_payment: { icon: "clock", color: "grey" } , cancelled: { icon: "ban", color: "red" } , paid: { icon: "check", color: "green" } , partially_authorized: { icon: "check", color: "yellow" } , partially_paid: { icon: "adjust", color: "olive" } , partially_refunded: { icon: "reply", color: "violet" } , refunded: { icon: "reply all", color: "purple" } , } %} {% set value = 'sylius.ui.' ~ state %}
{{ 'sylius.ui.state'|trans }}: {{ value|trans }}