{% load safelink %} {% if answer.question.variant == "url" %} {% if answer.question.show_icon and answer.question.icon_url %} {{ answer.question.question }} {% else %} {{ answer.question.question }} {% endif %} {% else %} {{ answer.question.question }}: {% include "common/question_answer.html" with answer=answer %} {% endif %}