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