{{#each scheduled_messages_data}}
{{#if is_stream}}
{{> stream_privacy .}} {{stream_name}}
{{topic_display_name}} {{> scheduled_message_stream_pm_common .}}
{{else}}
{{#if is_dm_with_self}} {{t "You" }} {{else}} {{t "You and {recipients}" }} {{/if}}
{{> scheduled_message_stream_pm_common .}}
{{/if}}
{{> ./components/icon_button intent="danger" custom_classes="delete-overlay-message tippy-zulip-delayed-tooltip" icon="trash" data-tooltip-template-id="delete-scheduled-message-tooltip-template" aria-label=(t "Delete") }}
{{rendered_markdown rendered_content}}
{{/each}}