{$info.name|escape}

{if !$info.original}
{/if}
{foreach $buttons as $id => $b}
{$b}
{/foreach}
[`Order state name`]
{if !$info.original}
[`State ID`]
{if $info.id != 'new_state'} {$info.id|escape} {else} {/if}
{/if}
[`Appearance`]
[`Icon`]
    {$state_icon = ''} {if isset($info.options.icon)} {$state_icon = str_replace('icon16 ss ', '', $info.options.icon)} {/if} {foreach $icons as $icon} {if strpos($icon, 'flag-') !== false && strpos($icon, 'flag-white') === false}{continue}{/if}
  • {/foreach}
{if $info['payment_allowed']!==null} {$_hidden = $info['payment_allowed']}
[`Payment option availability`]
{sprintf('[`Show this message on checkout completion and in customers’ personal accounts if setting “%s” is disabled.`]', '[`customers can pay for orders in this state`]')}
{/if}
[`Allowed actions`]
{foreach $actions as $id => $a} {if empty($a.internal)}
{if empty($a.original)} [`edit`] {elseif $id == 'message'} [`edit`] {/if}
{/if} {/foreach} {* * Form to create new or modify existing custom action. *} {* * Form to edit settings of a built-in 'message' action. *} {if !empty($actions.message)} {/if}
{$wa->csrf()}