{% extends "core/site_base.html" %} {% block tabtitle %}{{ table.table_name }} About - Simmate{% endblock %} {% block body %} {# Title #}
{{ table_docs.table_description|markdown }}
| Python Class Name | {{ table_docs.table_info.python_name }} |
| Python Import Path | {{ table_docs.table_info.python_path }} |
| SQL Table Name | {{ table_docs.table_info.sql_name }} |
| Website UI Location | {{ table_docs.table_info.website_url }} |
| {{ column_name }} | {{ column_descr|markdown }} |