{% extends "base.html" %} {% block main_body_right %} {% if len(search_result) > 0 %} List of Tables Data Source Name Entity {% for tab in search_result %} {{ tab['ds_name'] }} {{ tab['table_info'] }} Create Notebook {% end %} {% else %} No data is found! {% end %} {% end %}