{strip}
{if $message.icon_url} {else} {/if}
{if !empty($message.message_type)} {$message_type = $message.message_type} {else} {$message_type = trim(_w('Message'))} {/if} {$message_type} [`from`]
{if !empty($message.from_formatted)} {$from_formatted = $message.from_formatted} {else} {$from_formatted = $message.from|escape} {/if} {$from_formatted}
{if $message.conversation_id} {elseif $message.deal_id} {else} {/if}
{if !empty($contact)}
{$contact.name|escape}
{/if} {if !empty($deal) && $poligon_svg}
{$poligon_svg} {$deal.name|escape}
{/if} {if !empty($message.subject_formatted)} {$subject_formatted = $message.subject_formatted} {else} {$subject_formatted = $message.subject|escape} {/if}
{$subject_formatted}
{if !empty($message.attachments)}
{_w('%d attachment', '%d attachments', count($message.attachments))}
{/if}
{/strip}