{% extends 'onlineanywhere_base.html' %} {% block content %} db_type: {{db_type}}
table_name: {{table_name}}
Insert New Add One Time Transaction {% for col_name in table_head if col_name not in exclude_cols %} {% endfor %} {% for col_name in table_head if col_name not in exclude_cols %} {% endfor %} {% for row in table[1:] %} {% for col in row %} {% if table_head[loop.index0] not in exclude_cols %} {% endif %} {% endfor %} {% endfor %}
{{ col_name }}Copy
Copy
{{ col }}Edit
{% endblock %}