{if $milestone.id}

{$milestone.name|escape|default:"[`(no name)`]"} {if $milestone.closed}{/if}

{else}

[`New scope`]

{/if} {if $milestone.id} {/if}
[`Project`]
[`Name`]
[`Due date`]

[`Due date is a milestone when all scope tasks are supposed to be completed.`]


[`Plan`]
— 

[`Planned dates identify this scope on a Gantt chart.`]

[`Description`]
[`A tiny hint describing your teammates what this milestone is all about.`]
{if !empty($projects) && count($projects) >= 2}
[`Link to more projects`]
{/if}
{$projects_html}
{* @event backend_milestone_edit.%plugin_id%.more *} {foreach $_backend_milestone_edit as $_}{$_.more|default:''}{/foreach}