CSV Preview
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}Errors found during submission (click to expand):
- 
                    {% for category, message in messages %}
                        
 - {{ category }}: {{ message }} {% endfor %}
 
{{ table_name }}
{% if table_name == 'Invalid Entries' %} {% if mode == 'import' %}These entries already exist:
{% elif mode == 'edit' %}These entries do not exist:
{% endif %} {% endif %}| {{ attrib.display_name }} | {% endfor %}
|---|
| {{ entry[attrib.attrib_name] }} | {% endfor %}