{{#if this.errorMessage}}
{{this.errorMessage}}
{{/if}} {{#if this.canPenalize}}
{{#if (eq this.penaltyType "suspend")}} {{else if (eq this.penaltyType "silence")}} {{/if}}
{{#if (eq this.penaltyType "suspend")}}
{{#if this.siteSettings.hide_suspension_reasons}} {{html-safe (i18n "admin.user.suspend_reason_hidden_label")}} {{else}} {{html-safe (i18n "admin.user.suspend_reason_label")}} {{/if}}
{{/if}} {{#if this.postId}} {{/if}} {{#if this.user.similar_users}} {{/if}} {{else}} {{#if (eq this.penaltyType "suspend")}}
{{i18n "admin.user.cant_suspend"}}
{{else if (eq this.penaltyType "silence")}}
{{i18n "admin.user.cant_silence"}}
{{/if}} {{/if}}
{{html-safe this.penaltyHistory}}