{% load i18n querystrings %} {% load heroicons %}
{% comment %} Select {% endcomment %} {% 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" %} {% else %} {% if s.has_yes_default_screening_status_set %} {% 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="Screening Status: Yes" data_tippy_delay=200 %} {% else %} {% if s.has_no_default_screening_status_set %} {% 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="Screening Status: No" data_tippy_delay=200 %} {% 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 %} {% trans "Archived" %} {% endif %} {% endif %} {% endif %} {% comment %} Title {% endcomment %}
{{ s.form_data.title }} {{ s.phase.display_name }} {% for meta_term in s.get_assigned_meta_terms %} {{meta_term.name}} {% endfor %}

#{{ s.id }} submitted {{ s.submit_time|date:"SHORT_DATE_FORMAT" }} by {{ s.user }} • {{ s.stage }} • {% heroicon_outline "briefcase" aria_hidden="true" size=15 class="stroke-1.5 inline align-text-bottom" %} {{ s.page }} {% if s.round %} {% heroicon_mini "arrow-small-right" aria_hidden="true" size=15 class="stroke-1.5 inline align-text-bottom" %} {{ s.round }} {% endif %}

{% comment %} Other items {% endcomment %}
{% comment %} Lead {% endcomment %}
{% heroicon_outline "user-circle" aria_hidden="true" size=16 class="stroke-1.5 inline-block mr-1" %} {{ s.lead }}
{% comment %} Reviews {% endcomment %}
{% comment %} pre-loading animation {% endcomment %}
{% comment %} Comment Count {% endcomment %} {% if s.comment_count %} {% heroicon_outline "chat-bubble-left" aria_hidden="true" size=16 class="stroke-2 mr-1 inline-block" %} {{ s.comment_count }} {% endif %}