@component("components.inputs.input", ["id" => "current_password", "label" => __("universal.current_password"), "type" => "password", "mandatory" => true])
@endcomponent
@component("components.inputs.input_info", ["id" => "new_password", "label" => __("universal.new_password"), "type" => "password", "dataTarget" => "modal_info_complexity_requirements", "mandatory" => true])
@endcomponent
@component("components.inputs.input", ["id" => "confirm_password", "label" => __("universal.confirm_password"), "type" => "password", "mandatory" => true])
@endcomponent
@component("components.buttons.button", [
"id" => "btn_change_password",
"title" => __("universal.button.save"),
"style" => "min-width: 8em;",
"buttonClass" => "btn-default"
])
@endcomponent