{{if $existing}}
{{if $existing->sent}}
{lang="promote_dialog_sent"}
{lang="promote_dialog_sent_desc" htmlsprintf="$existing->sentDateTime()->html()"}
{{else}}
{lang="promote_dialog_used"}
{lang="promote_dialog_used_desc" htmlsprintf="$existing->scheduledDateTime()->html()"}
{{endif}}
{{endif}}
{{if $groups = $object->cannotViewGroups()}}
{lang="promote_dialog_not_all_view"}
{lang="promote_dialog_not_all_view_desc" list="$groups"}
{{endif}}
{{foreach $elements['promote_links'] as $id => $input}}
{{if \is_object( $input ) }}
{$input->rowHtml($form)|raw}
{{else}}
{$input|raw}
{{endif}}
{{endforeach}}
{{foreach $elements['promote_content'] as $id => $input}}
{{if $id != 'promote_social_title_internal'}}
{{if \is_object( $input ) }}
{$input->rowHtml($form)|raw}
{{else}}
{$input|raw}
{{endif}}
{{endif}}
{{endforeach}}
{{foreach $elements['promote_meta'] as $id => $input}}
{lang="promote_meta_{$id}"}
{{if \is_object( $input ) }}
{$input->rowHtml($form)|raw}
{{else}}
{$input|raw}
{{endif}}
{{endforeach}}
{{if isset( $elements['promote_content']['promote_social_title_internal'] ) }}
{{endif}}