{% load querystrings heroicons %}
{% if row_layout != "list" %}
{% if enable_selection %}{% endif %} {% if "round" not in SUBMISSIONS_TABLE_EXCLUDED_FIELDS %} {% endif %} {% if 'lead' not in SUBMISSIONS_TABLE_EXCLUDED_FIELDS %} {% endif %} {% for s in submissions %} {% include "funds/includes/submission-table-row.html" with s=s enable_selection=enable_selection %} {% endfor %}
Title Status Applicant {% if 'organization_name' not in SUBMISSIONS_TABLE_EXCLUDED_FIELDS %} / Organization {% endif %} RoundLead {% if 'reviews' not in SUBMISSIONS_TABLE_EXCLUDED_FIELDS %}Reviews /{% endif %}
Comments
{% else %} {% for s in submissions %} {% include "funds/includes/submission-list-row.html" with s=s enable_selection=enable_selection %} {% endfor %} {% endif %}