{% load i18n querystrings %} {% load heroicons %}
{% comment %} Select {% endcomment %} {% if enable_selection %} {% endif %} {% comment %} Screening, and Archived icons {% endcomment %} {% if s.is_archive %} {% trans "Archived Submission" as text_archived %} {% heroicon_outline "lock-closed" aria_hidden="true" size=21 class="inline stroke-red-800 stroke-1.5 -mt-1 align-text-bottom" data_tippy_placement='right' data_tippy_content=text_archived data_tippy_delay=200 %} {% trans "Archived" %} {% elif s.get_current_screening_status %} {% if s.get_yes_screening_status %} {% heroicon_mini "hand-thumb-up" aria_hidden="true" size=21 class="inline fill-green-400 stroke-1.5 -mt-1 align-text-bottom" data_tippy_placement='right' data_tippy_content=s.get_current_screening_status data_tippy_delay=200 %} {% else %} {% heroicon_mini "hand-thumb-down" aria_hidden="true" size=21 class="inline fill-red-400 stroke-1.5 -mt-1 align-text-bottom" data_tippy_placement='right' data_tippy_content=s.get_current_screening_status data_tippy_delay=200 %} {% endif %} {% else %} {% heroicon_outline "question-mark-circle" aria_hidden="true" size=21 class="inline stroke-slate-300 stroke-1.5 -mt-1 align-text-bottom" data_tippy_placement='right' data_tippy_content="Awaiting Screening" data_tippy_delay=200 %} {% endif %} {% comment %} Title {% endcomment %}
{{ s.form_data.title }} {{ s.phase.display_name }} {% if "meta_terms" not in SUBMISSIONS_TABLE_EXCLUDED_FIELDS %} {% for meta_term in s.get_assigned_meta_terms %} {{meta_term.name}} {% endfor %} {% endif %}

#{{ s.public_id|default:s.id }} submitted {{ s.submit_time|date:"SHORT_DATE_FORMAT" }} by {{ s.user }} • {{ s.stage }} • {% if 'round' not in SUBMISSIONS_TABLE_EXCLUDED_FIELDS %} {% if s.round %} {% heroicon_outline "briefcase" aria_hidden="true" size=15 class="stroke-1.5 inline align-text-bottom me-1" %} {{ s.round }} {% if 'fund' not in SUBMISSIONS_TABLE_EXCLUDED_FIELDS %} ({{ s.page }}) {% endif %} {% else %} {% comment %} Render lab {% endcomment %} {% heroicon_outline "briefcase" aria_hidden="true" size=15 class="stroke-1.5 inline align-text-bottom" %} {{ s.page }} {% endif %} {% endif %}

{% comment %} Other items {% endcomment %}
{% if 'lead' not in SUBMISSIONS_TABLE_EXCLUDED_FIELDS %} {% comment %} Lead {% endcomment %}
{% comment %} Lead: {% endcomment %} {% heroicon_micro "user-circle" aria_hidden="true" size=16 class="fill-fg-muted" %} {{ s.lead }}
{% endif %} {% if 'reviews' not in SUBMISSIONS_TABLE_EXCLUDED_FIELDS %} {% comment %} Reviews {% endcomment %}
{% comment %} pre-loading animation {% endcomment %}
{% endif %} {% comment %} Comment Count {% endcomment %} {% if s.comment_count %} {% heroicon_outline "chat-bubble-left" aria_hidden="true" size=16 class="inline-block stroke-2 me-1 group-hover:stroke-light-blue" %} {{ s.comment_count }} {% endif %}