{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
귀하의 메시지
{% endblock %}
{% block styles %}
{% endblock %}
{% block content %}
{% if player.id_in_group == 1 %}
{% else %}
{% endif %}
{% if group.send_answer != None %} {%if group.send_answer != 'ask' %} 두 번째 참가자의 메시지: “나는 {{group.get_send_answer_display}} 를 선택합니다." {% endif %} {% endif %}
{% if group.send_message != None %} {% if group.send_message != 'ask' %} 첫 번째 참가자의 메시지: “나는 {{group.get_send_message_display}} 를 선택합니다." {% endif %} {% endif %}