def orchestration_template_tags(record)
    smart_mgnt = textual_tags_render_data(record)
    data = {:title => smart_mgnt[:title], :mode => "orchestration_template_tags"}
    rows = []
    smart_mgnt[:items].each do |item|