{{#modal-header}}

{{gettext "Registation complete"}}

{{/modal-header}}
{{#if model.isActive}}

{{gettext "%(username)s, your account has been registered successfully." username=model.username}}

{{gettext "You have been signed in. Refresh page before continuing."}}

{{else if model.needsAdminActivation}}

{{gettext "%(username)s, your account has been registered successfully, but site administrator has to activate it before you will be able to sing in." username=model.username}}

{{gettext "Notification will be sent to %(email)s once it happens." email=model.email}}

{{else}}

{{gettext "%(username)s, your account has been registered successfully, but you have to activate it before you will be able to sign in." username=model.username}}

{{gettext "E-mail with activation link was sent to %(email)s." email=model.email}}

{{/if}}
{{#if model.isActive}} {{#refresh-button class="btn btn-default"}} autorenew {{gettext "Refresh page"}} {{/refresh-button}} {{else}} {{/if}}