{% extends 'onlineanywhere_base.html' %} {% block content %}
{% for col_name, col_type in table_head.items() %} {% set idx = loop.index0 %} {% if col_name not in exclude_cols %}
{% if col_name in options %} {% if col_name == 'eProvider' %} {% endif %} {% else %} {% if col_type in ['varchar', 'text'] %} {% elif col_type == 'date' %} {% elif col_type == 'time' %} {% elif col_type in ['int', 'decimal', 'float'] %} {% elif col_type == 'tinyint' %} {% endif %} {% endif %}
{% endif %} {% endfor %}

{% if row_vals == 'new'%}
{% else %}

{% if db_type == 'new'%}
{% endif %}

{% endif %}
{% endblock %}