{{ block title }} {{ if player.id_in_group == 3 }} 角色C确认信息 {{ else }} 您的信息已被接收 {{ endif }} {{ endblock }} {{ block content }} {{ if player.id_in_group == 3 }}
你的角色为:角色C
角色B发送的信息为:
{{ group.CWTP_message }}
{{ else }}
你的角色为:角色B
角色C已接收你发出的信息
{{ endif }}