{{!-- Date Section --}}
{{localize "CALENDARIA.Common.Date"}}
{{#unless isMonthless}}
{{/unless}}
{{!-- Time Section --}}
{{localize "CALENDARIA.Common.Time"}}
{{!-- Skip Triggers Checkbox --}}

{{localize "CALENDARIA.SetDate.SkipTriggersHint"}}

{{!-- Timepoints Section --}}

{{localize "CALENDARIA.SetDate.Timepoints"}}

{{timepoints.length}}
{{#if timepointsExpanded}}
{{#if timepoints.length}}
    {{#each timepoints}}
  • {{#if isEditing}} {{else}}
    {{name}} {{formattedDate}} {{formattedTime}}
    {{/if}}
  • {{/each}}
{{else}}

{{localize "CALENDARIA.SetDate.NoTimepoints"}}

{{/if}}
{{/if}}