{# Swappable chatter body — HTMX target ``#pv-chatter-inner``. #}

Activity

{% if chatter_context.messages %} {{ chatter_context.messages | length }} {% endif %}
{% if chatter_context.error %}

{{ chatter_context.error }}

{% endif %}
{% if chatter_context.messages %}
    {% for msg in chatter_context.messages %}
  1. {% if msg.author %} {{ msg.author }} {% endif %} {% if msg.at_display %} {% endif %} {% if msg.subtype_label %} {{ msg.subtype_label }} {% endif %} {% if msg.email_state %} {{ msg.email_state }} {% endif %}
    {% if msg.recipient_email %}

    To: {{ msg.recipient_email }} {% if msg.email_subject %} · {{ msg.email_subject }} {% endif %}

    {% endif %}

    {{ msg.body }}

    {% if msg.attachments %} {% endif %}
  2. {% endfor %}
{% else %}

{% if chatter_context.filter == 'all' %} No activity yet. Log a note, send an email, or edit tracked fields. {% elif chatter_context.filter == 'notes' %} No notes yet. {% elif chatter_context.filter == 'emails' %} No emails logged yet. {% elif chatter_context.filter == 'tracking' %} No field changes yet. {% else %} No messages in this filter. {% endif %}

{% endif %}
{% if chatter_context.can_post %}
{% if chatter_context.compose_url %} {% endif %}
{% if chatter_context.attachments_enabled %}
{% set name = 'attachment_ids' %} {% set res_model = '' %} {% set res_id = 0 %} {% set initial = [] %} {% set readonly = false %} {% include "widgets/attachment.html" %}
{% endif %}
{% else %}

You do not have permission to post on this record.

{% endif %}