{% load i18n querystrings %} {% load heroicons %} {% if enable_selection %} {% endif %}
{% 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 %}
{{ s.form_data.title }}
#{{ s.public_id|default:s.id }} submitted {{ s.submit_time|date:"SHORT_DATE_FORMAT" }} • {{ s.stage }}
{{ s.phase.display_name }} {{ s.user }} {% if 'organization_name' not in SUBMISSIONS_TABLE_EXCLUDED_FIELDS and s.form_data.organization_name %} / {{ s.form_data.organization_name }} {% endif %} {% if "round" not in SUBMISSIONS_TABLE_EXCLUDED_FIELDS %} {% if s.round %} {{ s.round }} {% if 'fund' not in SUBMISSIONS_TABLE_EXCLUDED_FIELDS %} / {{ s.page }} {% endif %} {% else %} {{ s.page }} {% endif %} {% endif %} {% if not 'lead' in SUBMISSIONS_TABLE_EXCLUDED_FIELDS %} {{ s.lead }} {% endif %}
{% if 'reviews' not in SUBMISSIONS_TABLE_EXCLUDED_FIELDS %} {% comment %} Reviews {% endcomment %}
{% comment %} pre-loading animation {% endcomment %}
{% endif %} {% 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 %}