{% comment %}
SPDX-FileCopyrightText: 2025-present Tobias Kunze
SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms
{% endcomment %}
{% load safelink %}
{% if answer.question.variant == "url" %}
{% if answer.question.show_icon and answer.question.icon_url %}
{% else %}
{{ answer.question.question }}
{% endif %}
{% else %}
{{ answer.question.question }}:
{% include "common/question_answer.html" with answer=answer %}
{% endif %}