{{combo-box value=action.type content=types}}
{{#if createTopic}}
{{category-select-box value=action.category_id}}
{{combo-box value=action.title content=stepFields nameProperty="label"}}
{{combo-box value=action.post content=stepFields nameProperty="label"}}
{{/if}}
{{#if sendMessage}}
{{combo-box value=action.title content=stepFields nameProperty="label"}}
{{combo-box value=action.post content=stepFields nameProperty="label"}}
{{user-selector single="true"
includeMentionableGroups="true"
usernames=action.username
allowedUsers="true"}}
{{/if}}
{{#if updateProfile}}
{{combo-box value=action.source content=stepFields nameProperty="label"}}
{{combo-box value=action.profile_field content=profileFields}}
{{/if}}