{{#d-modal-body class="create-theme-modal" title="admin.customize.theme.create"}}
{{I18n "admin.customize.theme.create_name"}} {{input value=name placeholder=placeholder}}
{{I18n "admin.customize.theme.create_type"}} {{combo-box valueAttribute="value" content=types value=selectedType}}
{{#if showError}}
{{d-icon "warning"}} {{I18n "admin.customize.theme.name_too_short"}}
{{/if}} {{/d-modal-body}}