{% load i18n querystrings %} {% load heroicons %}
#{{ 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 %}