{% from 'macros.html' import card_shell %} {% macro upload_other_files_card(title, other_file_type, content_list) %} {% call card_shell(title=title, file_count=content_list|length, icon_class='bi-file-earmark', color='secondary') %}
| File | ||
|---|---|---|
| {{ filename }} | {% if all_tgp_contents[filename] %} {% else %} {% endif %} | {% if all_tgp_contents[filename] and all_tgp_contents[filename]['published'] %} {% else %} {% endif %} |
Please select or create a TextGrid project to upload your collections.
| File | |||
|---|---|---|---|
| {{ title }} | {% if len(file_errors) == 0 %} {% else %} {% endif %} | {% if all_tgp_contents[title] %} {% else %} {% endif %} | {% if all_tgp_contents[title] and all_tgp_contents[title]['published'] %} {% else %} {% endif %} |