[%- USE Api2; SET text_direction = Api2.exec( 'Locale', 'get_html_dir_attr', {} ), isRTL = (text_direction.0.dir == 'rtl') ? 1 : 0, parent_location_text = parent_location_text || locale.maketext('Parent Page'), current_location_text = current_location_text || locale.maketext('Current Page'), go_back_link = go_back_location || CPANEL.CPVAR.dprefix _ 'index.html', go_back_link_text = go_back_link_text || locale.maketext('Go Back'); id_prefix = id_prefix || ''; data_testid = data_testid || 'breadcrumbGoBack'; IF id_prefix; SET go_back_link_id = id_prefix _ 'GoBack'; ELSE; SET go_back_link_id = 'lnkGoBack'; END; -%]