Selected Person

{{ person.name }}

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

Participants: {% for participant in participants %} {% if not forloop.first %}, {% endif %} {{ participant.name }} {% endfor %}

{% endif %} {% endwith %} {% if workspace_conversation.participant_feedback %}

Participant Feedback: {{ workspace_conversation.participant_feedback }}

{% endif %} {% if compose_page_url %} {% endif %}
Send: {{ send_state.text }}
{% if not send_state.can_send %} {% endif %}