{{#if showTimeOnly}}
{{auto-update-input
input=updateTime
statusType=selection
basedOnLastPost=false}}
{{else if publishToCategory}}
{{category-chooser
valueAttribute="id"
value=topicTimer.category_id
excludeCategoryId=excludeCategoryId}}
{{auto-update-input
input=updateTime
statusType=selection
categoryId=topicTimer.category_id
basedOnLastPost=false}}
{{else if autoClose}}
{{auto-update-input
input=updateTime
statusType=selection
basedOnLastPost=topicTimer.based_on_last_post
lastPostedAt=model.last_posted_at}}
{{/if}}
{{/d-modal-body}}