@component("components.inputs.input", ["id" => "username", "label" => __("universal.username"), "mandatory" => true])
@endcomponent
@component("components.buttons.button", [
"id" => "btn_delete_user_profile",
"title" => __("universal.button.delete"),
"buttonClass" => "btn-danger",
"style" => "min-width: 8em;"
])
@endcomponent