{{#each presets}}
{{this.label}}
{{/each}}
{{#if hasHiddenBuiltins}} {{/if}}
{{#if selected}}
{{localize "CALENDARIA.Common.Content"}}

{{localize "CALENDARIA.PresetManager.NameHint"}}

{{localize "CALENDARIA.PresetManager.PlayerUsableHint"}}

{{#each contentFields}}
{{{this.inputHtml}}}

{{this.hint}}

{{/each}}

{{localize "CALENDARIA.PresetManager.ContentTemplateFieldHint"}}

{{localize "CALENDARIA.Note.Tab.Schedule"}} {{#each scheduleFields}}
{{{this.inputHtml}}}

{{this.hint}}

{{/each}}
{{localize "CALENDARIA.Common.Settings"}} {{#each settingsFields}}
{{{this.inputHtml}}}

{{this.hint}}

{{/each}}
{{else}}

{{localize "CALENDARIA.PresetManager.NoSelection"}}

{{/if}}