{% comment %}
SPDX-FileCopyrightText: 2026-present Tobias Kunze
SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms
{% endcomment %}
{% for submission_type in record.submission_types.all %}
{% include "orga/tables/columns/submission_type_name.html" with record=submission_type %}{% if not forloop.last %}
{% endif %}
{% endfor %}