' . ($show_what==1
? '
' . esc_html__('Name:', 'trx_utils') . ' ' . ($ufname) . ' ' . ($ulname) . '
'
. ($ucompany ? '
' . esc_html__('Company:', 'trx_utils') . ' ' . ($ucompany) . '
' : '')
. ($uphone ? '
' . esc_html__('Phone:', 'trx_utils') . ' ' . ($uphone) . '
' : '')
. ($uemail ? '
' . esc_html__('E-mail:', 'trx_utils') . ' ' . ($uemail) . '
' : '')
. ($usite ? '
' . esc_html__('Site:', 'trx_utils') . ' ' . ($usite) . '
' : '')
: $text)
. '