{{i18n "admin.wizard.id"}}

{{input value=action.id placeholderKey='admin.wizard.id_placeholder' disabled=disableId}}

{{i18n "admin.wizard.type"}}

{{combo-box value=action.type content=types}}
{{#if createTopic}}

{{i18n "admin.wizard.action.create_topic.category"}}

{{category-chooser value=action.category_id}}

{{i18n "admin.wizard.action.title"}}

{{combo-box value=action.title content=availableFields nameProperty="label" none='admin.wizard.select_field'}}

{{i18n "admin.wizard.action.post"}}

{{combo-box value=action.post content=availableFields nameProperty="label" none='admin.wizard.select_field'}}
{{wizard-custom-input inputs=action.add_fields valueContent=availableFields inputKey='admin.wizard.action.topic_attr' noneValue='admin.wizard.select_field'}}
{{/if}} {{#if sendMessage}}

{{i18n "admin.wizard.action.title"}}

{{combo-box value=action.title content=availableFields nameProperty='label' none='admin.wizard.select_field'}}

{{i18n "admin.wizard.action.post"}}

{{combo-box value=action.post content=availableFields nameProperty='label' none='admin.wizard.select_field'}}

{{i18n "admin.wizard.action.send_message.recipient"}}

{{user-selector single="true" includeMentionableGroups="true" usernames=action.username allowedUsers="true"}}
{{wizard-custom-input inputs=action.add_fields keyContent=availableFields inputValue='admin.wizard.action.topic_attr'}}
{{/if}} {{#if updateProfile}}
{{wizard-custom-input inputs=action.profile_updates valueContent=profileFields keyContent=availableFields noneValue='admin.wizard.action.update_profile.profile_field'}}
{{/if}}