{% 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 %}

What other pirates {{ question_type.upper() }} about you:

{% if ans %}
"{{ ans }}" — answered by {{ get_player_name(delegate_id) }}
{% elif delegate_id %}
Delegated to {{ get_player_name(delegate_id) }}. Waiting...
{% else %}
{% endif %}