{{#if is_stream}}
{{> stream_privacy .}} {{#if stream_name}} {{stream_name}} {{else}} {{t "No channel selected" }} {{/if}}
{{topic_display_name}}
{{ time_stamp }}
{{else}}
{{#if is_dm_with_self}} {{t "You" }} {{else}} {{#if has_recipient_data}} {{t "You and {recipients}" }} {{else}} {{t "No DM recipients" }} {{/if}} {{/if}}
{{ time_stamp }}
{{/if}}
{{> ./components/icon_button intent="danger" custom_classes="delete-overlay-message tippy-zulip-delayed-tooltip" icon="trash" data-tooltip-template-id="delete-draft-tooltip-template" aria-label=(t "Delete") }}
{{rendered_markdown content}}