{if isset($isEditGranted) && $isEditGranted}

{if isset($cmdName)}{$cmdName}{else}{t}New command{/t}{/if}

{if isset($commandid)} {/if}
{if isset($commandid)}{/if} {if isset($commandid)}{/if}
{if isset($commandid)}

{t}Delete this Command ?{/t}

{/if}
{if isset($cmdIssues) || isset($isAddCmdSetForm)}
{if isset($isAddIssueForm)}
{else} {t}Create the Command to add some tasks.{/t} {/if} {if isset($cmdIssues)}
{foreach $cmdIssues as $id => $issue} {/foreach}
{t}ID{/t} {t}Project{/t} {t}Target{/t} {t}Summary{/t}
{$issue.bugid} {$issue.project} {$issue.target} {$issue.summary}

{t}Remove Task from this Command ?{/t}

{/if}
{if !isset($isAddCmdSetForm)} {t}Create the Command before assigning it to a CommandSet.{/t} {elseif 0 == count($parentCmdSetCandidates)} {t}No CommandSet found.{/t} {else}
{/if}
{if isset($parentCmdSets)} {foreach $parentCmdSets as $id => $name} {/foreach}
{t}CommandSet{/t}
{$name}

{t}Remove this Command from the CommandSet ?{/t}

{else} {t}Create the Command first.{/t} {/if}
{t}Import templates{/t}: XLS

{foreach $cmdProvisionList as $id => $prov} {/foreach}
{t}Date{/t} {t}Type{/t} {t}Budget Days{/t} {t}Budget{/t} {t}Summary{/t}
{$prov.date} {$prov.type} {$prov.budget_days} {$prov.budget} {$prov.currency} {$prov.summary}
{include file="tools/wbsEditor.html"}
{/if} {else}
{t}Sorry, only managers can access this page.{/t}
{/if}