Selected Person

{{ person.name }}

{% with participants=workspace_conversation.participants.all %} {% if participants %}

Participants

{% for participant in participants %} {{ participant.name }} {% endfor %}
{% endif %} {% endwith %} {% if participant_feedback_display %}

Participant Feedback

{{ participant_feedback_display.state_label }} Inbound {{ participant_feedback_display.inbound_messages|default:"-" }} Outbound {{ participant_feedback_display.outbound_messages|default:"-" }} Sample Msg {{ participant_feedback_display.sample_messages|default:"-" }} Sample Days {{ participant_feedback_display.sample_days|default:"-" }} {% if participant_feedback_display.updated_at_label %} Updated {{ participant_feedback_display.updated_at_label }} {% endif %}
{% endif %} {% if compose_page_url %}
Manual Text Mode {% if compose_widget_url %} {% endif %}
{% endif %}
Send: {{ send_state.text }}
{% if not send_state.can_send %} {% endif %}
{% if send_target_bundle.options %}
{% endif %}
Control AI Output