{% extends "base.html" %} {% block main_body_right %} {{ xsrf_form_html() | safe }} {% if base_navigation_dict['search_result'] | length > 0 %} List of Tables Data Source Name Entity {% for tab in base_navigation_dict['search_result'] %} {{ tab['ds_name'] }} {{ tab['table_info'] }} Create Notebook {% endfor %} {% else %} No data is found! {% endif %} {% endblock %}