{% comment %} SPDX-FileCopyrightText: 2025-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load anonymisation %} {% if not table.can_view_speakers and record.is_anonymised %} {{ record|anonymised_value:"title" }} {% else %} {{ record.title }} {% endif %}