{% if question_type == 'like' %} {% set ans = player.other_like %} {% set delegate_id = player.other_like_from_player_id %} {% else %} {% set ans = player.other_hate %} {% set delegate_id = player.other_hate_from_player_id %} {% endif %}