[`Task statuses`]

[`Below is the global list of all statuses a task can pass through. On a project level, custom workflow can be set up by selecting particular statuses only and skipping the unwanted ones.`]

{foreach $statuses as $s} {if $s.id == -1} {$_status_additional_class = "is-done"} {elseif $s.id == 0} {$_status_additional_class = "is-new"} {else} {$_status_additional_class = ""} {/if} {render_row status=$s class="is-closed "|cat:$_status_additional_class} {/foreach} {render_row status=$empty_status class='is-opened template'}
[`Commit changes by clicking “Save” when done editing.`]