{{ 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 %}