{{i18n composer.uploading}}
{{render "composer-messages"}}
{{#if model.viewOpen}}
{{plugin-outlet "composer-open"}}
{{{model.actionTitle}}}: {{#if canEdit}} {{#if showEditReason}}
{{text-field value=editReason tabindex="7" id="edit-reason" maxlength="255" placeholderKey="composer.edit_reason_placeholder"}}
{{else}} {{i18n composer.show_edit_reason}} {{/if}} {{/if}}
{{#if model.canEditTitle}}
{{#if model.creatingPrivateMessage}} {{user-selector topicId=controller.controllers.topic.model.id excludeCurrentUser="true" id="private-message-users" include_groups="true" class="span8" placeholderKey="composer.users_placeholder" tabindex="1" usernames=model.targetUsernames}} {{#if showWarning}}
{{/if}} {{/if}}
{{text-field value=model.title tabindex="2" id="reply-title" maxLength=maxTitleLength placeholderKey="composer.title_placeholder"}} {{popupInputTip validation=view.titleValidation shownAt=view.showTitleTip}}
{{#unless model.privateMessage}}
{{category-chooser valueAttribute="id" value=model.categoryId scopedCategoryId=scopedCategoryId tabindex="3"}} {{popupInputTip validation=view.categoryValidation shownAt=view.showCategoryTip}}
{{#if model.archetype.hasOptions}} {{/if}} {{render "additional-composer-buttons" model}} {{/unless}}
{{/if}}
{{composer-text-area tabindex="4" value=model.reply}} {{popupInputTip validation=view.replyValidation shownAt=view.showReplyTip}}
{{{model.toggleText}}}
{{i18n upload_selector.uploading}} {{view.uploadProgress}}% {{i18n cancel}}
{{#if site.mobileView}} {{i18n upload}} {{/if}}
{{model.draftStatus}}
{{#if currentUser}}
{{i18n cancel}}
{{/if}}
{{else}}
{{#if model.createdPost}} {{i18n composer.saved}} {{else}} {{i18n composer.saving}} {{/if}}
{{i18n composer.saved_draft}}
{{/if}}