{{#if canChangeBio}}
{{d-editor value=model.bio_raw}}
{{/if}}
{{input type="text" value=model.location class="input-xxlarge" id='edit-location'}}
{{input type="text" value=model.website class="input-xxlarge"}}
{{#each userFields as |uf|}}
{{user-field field=uf.field value=uf.value}}
{{/each}}
{{#if siteSettings.allow_profile_backgrounds}}
{{image-uploader imageUrl=model.profile_background_upload_url type="profile_background"}}
{{i18n 'user.change_profile_background.instructions'}}
{{image-uploader imageUrl=model.card_background_upload_url type="card_background"}}
{{i18n 'user.change_card_background.instructions'}}
{{/if}} {{plugin-outlet name="user-preferences-profile" args=(hash model=model save=(action "save"))}} {{plugin-outlet name="user-custom-preferences" args=(hash model=model)}}
{{plugin-outlet name="user-custom-controls" args=(hash model=model)}}
{{partial 'user/preferences/save-button'}}