+ {{ addBlock('profile/detail/profile-detail-form/actions')|raw }}
-
-
-
- {% set userForm = form('userProfile').entry(user.id).get() %}
- {{ userForm.open()|raw }}
-
-
-

-
-
-
{{ user.name }}
-
- {{ auth_user().last_login_at|date(config_get('streams::datetime.date_format') ~ ' - ' ~ config_get('streams::datetime.time_format')) }}
-
-
-
-
- {{ userForm.close()|raw }}
-
-
-
- {% set profileForm = form('profile').entry(user.id).get() %}
- {{ profileForm.open({ 'id': 'profile-detail' })|raw }}
-
-
- {% if setting_value('visiosoft.module.profile::upload_avatar') %}
-
- {{ profileForm.fields.file|raw }}
-
- {% endif %}
-
-
-
-
- {{ profileForm.fields.identification_number.input|raw }}
-
-
-
-
-
- {{ profileForm.fields.gsm_phone.setAttributes({'maxlength': '14'}).input|raw }}
-
-
-
-
-
- {{ profileForm.fields.office_phone.setAttributes({'maxlength': '14'}).input|raw }}
-
-
-
-
-
- {{ profileForm.fields.land_phone.setAttributes({'maxlength': '14'}).input|raw }}
-
-
-
-
-
- {{ profileForm.fields.birthday.configSet('date_format','Y-m-d').setPlaceholder(now|date(config_get('streams::datetime.date_format'))).input|raw }}
-
-
-
-
-
- {{ profileForm.fields.facebook_address.input|raw }}
-
-
-
-
-
- {{ profileForm.fields.google_address.input|raw }}
-
-
- {% if setting_value('visiosoft.module.profile::show_education_profession') %}
-
-
-
- {{ profileForm.fields.education.setPlaceholder(trans('visiosoft.module.profile::field.choose_an_option')).input|raw }}
-
-
-
-
-
- {{ profileForm.fields.education_part.setPlaceholder(trans('visiosoft.module.profile::field.choose_an_option')).input|raw }}
-
-
-
-
-
-
-
-
- {% endif %}
-
-
-
- {{ profileForm.fields.register_type.setPlaceholder(trans('visiosoft.module.profile::field.choose_an_option')).input|raw }}
-
-
-
-
- {{ addBlock('profile/detail/profile-detail-form/actions')|raw }}
-
- {{ profileForm.actions|raw }}
-
-
-
- {{ profileForm.close()|raw }}
-
-
- {% set passwordForm = form('updatePassword').get() %}
-
- {{ passwordForm.open()|raw }}
-
-
-
-
- {{ passwordForm.fields.old_password.input|raw }}
-
-
-
-
-
- {{ passwordForm.fields.new_password.input|raw }}
-
-
-
-
-
- {{ passwordForm.fields.re_new_password.input|raw }}
-
-
-
-
- {{ passwordForm.actions|raw }}
-
-
- {{ passwordForm.close|raw }}
- {{ addBlock('profile/detail/content')|raw }}
-