{% raw %} {% extends "navigation_template.html" %} {% block body_form %}

{{ page_heading }}

{% endraw %} {% for column_name in blueprints['database']['current_table'].column_names %} {{ current_table_name }} {{ column_name }} (type: {{ blueprints['database']['current_table'].column_details[column_name].type }}) {% endfor %} {% raw %}
{% endblock %} {% block body_data1 %} {{ df_html }} {% endblock %} {% endraw %}