{{combo-box class="timer-type" allowInitialValueMutation=true content=timerTypes value=selection}}
{{#if showTimeOnly}} {{future-date-input input=topicTimer.updateTime label="topic.topic_status_update.when" statusType=selection includeWeekend=true basedOnLastPost=topicTimer.based_on_last_post}} {{else if publishToCategory}}
{{category-chooser value=topicTimer.category_id excludeCategoryId=excludeCategoryId}}
{{future-date-input input=topicTimer.updateTime label="topic.topic_status_update.when" statusType=selection includeWeekend=true categoryId=topicTimer.category_id basedOnLastPost=topicTimer.based_on_last_post}} {{else if autoClose}} {{future-date-input input=topicTimer.updateTime label="topic.topic_status_update.when" statusType=selection includeWeekend=true basedOnLastPost=topicTimer.based_on_last_post lastPostedAt=model.last_posted_at}} {{/if}}