h2.title_create= data.EditYourAccount

sib-form#mentor_profile_edition.block_log.block_creat_count(
    bind-user
    fields="account_information(last_name, first_name, mentorProfile.organisation,\
            mentorProfile.phone, mentorProfile.languages, mentorProfile.fields),\
            about_you(header_about_you, account.picture, mentorProfile.headline, mentorProfile.city, mentorProfile.country,\
            mentorProfile.biography, mentorProfile.skills),\
            social_media(header_social_media, mentorProfile.linkedin, mentorProfile.twitter), username"
    
    range-mentorProfile.fields=`${endpoints.fields}`
    range-mentorProfile.organisation=`${endpoints.organisations}`
    range-mentorProfile.languages=`${endpoints.languages}`
    range-mentorProfile.country=`${endpoints.countries}`

    label-header_about_you=`${data.AboutYou}`
    label-header_social_media=`${data.AboutYou}`
    
    widget-header_social_media="cs-section_header"
    widget-header_about_you="cs-section_introduction"
    
    label-first_name=`${data.Surname}`
    label-last_name=`${data.Name}`
    label-mentorProfile.organisation=`${data.Organisation}`
    label-mentorProfile.phone=`${data.PhoneNumber}`
    label-mentorProfile.languages=`${data.Language}`
    label-mentorProfile.fields=`${data.Field}`
    label-account.picture=`${data.Photo}`
    label-mentorProfile.headline=`${data.Headline}`
    class-mentorProfile.headline="w_75"
    label-mentorProfile.city=`${data.City}`
    label-mentorProfile.country=`${data.Country}`
    label-mentorProfile.biography=`${data.ActivitiesMore}`
    label-mentorProfile.skills=`${data.SkillForEntrepreneur}`
    label-mentorProfile.linkedin="Linkedin"
    label-mentorProfile.twitter="Twitter"

    widget-mentorProfile.skills="sib-form-textarea"
    widget-mentorProfile.biography="sib-form-textarea"
    widget-username="sib-form-hidden"

    class-mentorProfile.country='form-label is-dark'
    widget-mentorProfile.country='sib-form-auto-completion'

    class-mentorProfile.organisation='form-label is-dark'
    widget-mentorProfile.organisation='sib-form-auto-completion'

    class-mentorProfile.languages='form-label is-dark'
    multiple-mentorProfile.languages='sib-multiple-select'
    widget-mentorProfile.languages='sib-form-auto-completion'

    class-mentorProfile.fields='form-label is-dark'
    multiple-mentorProfile.fields='sib-multiple-select'
    widget-mentorProfile.fields='sib-form-auto-completion'

    upload-url-account.picture=`${sdn}upload/`
    widget-account.picture='cs-form-profile-picture'
    class-account.picture='input_photo w_25'
    class-headline='w_75'

    submit-button=`${data.SaveModification}`
    next="mentor-account-edit-confirmation"
)

sib-link(class="backlink", next="mentor-account")= data.BackToMyAccount
sib-link(class="backlink", next="mentor-resource-list")= data.BackToDashboard