{{combo-box class="timer-type" onChange=onChangeStatusType content=timerTypes value=selection }}
{{#if publishToCategory}}
{{category-chooser value=topicTimer.category_id excludeCategoryId=excludeCategoryId onChange=(action (mut topicTimer.category_id)) }}
{{/if}} {{#if showFutureDateInput}}
{{future-date-input input=(readonly topicTimer.updateTime) duration=(readonly topicTimer.duration) label="topic.topic_status_update.when" statusType=selection includeWeekend=true basedOnLastPost=topicTimer.based_on_last_post onChangeInput=onChangeInput onChangeDuration=onChangeDuration categoryId=topicTimer.category_id lastPostedAt=model.last_posted_at isBasedOnDuration=autoDeleteReplies durationType=durationType }}
{{/if}}