{{ row.activity_type.replace('_', ' ') }}
{{ row.created_at }}{% if row.account_display_name %} · {{ row.account_display_name }}{% endif %}{% if row.device_label %} · {{ row.device_label }}{% endif %}
{% if row.input_text %}
{{ row.input_text }}
{% endif %}
{% if row.output_text %}
{{ row.output_text }}
{% endif %}