{capture name="status_header"}
{$status.icon_html}
{$status.name|escape}
{if !empty($status.button)}
{$status.button|escape}
{/if}
{/capture}
{if $status.special}
{$smarty.capture.status_header}
{else}
{$smarty.capture.status_header}
{if $wa->tasks->config('extended_status_settings')}
[`Caption for the button that sends a task into this status`]
{else}
{/if}
{/if}
{$options = [
'' => "[`Do not change assignment`]",
'author' => "[`Assign to user who created the task`]",
'user' => "[`Assign to specific user`]",
'select' => "[`Show assignment selector every time`]"
]}
{foreach $options as $value => $name}{strip}