{if $list_id == 0}

[`All subscribers`]

{elseif $list_id > 0}

{$subscribe_list.name|escape}

{if empty($subscribe_list.forms)} [`This list is not associated with any subscription form.`] {else} [`Subscription forms`]: {foreach $subscribe_list.forms as $form} {$form.name}{if !$form@last}, {/if} {/foreach} {/if}

{if !empty($all_forms)}
[`Choose forms which will add subscribers to this list`]:
{/if}
{else}

{if !empty($all_forms)}
[`Choose forms which will add subscribers to this list`]:
{/if}
{/if} {if $list_id == 0}
{/if} {if $list_id > -1 && !empty($list)} {foreach $cols as $id => $name} {if $order == $id} {$name} {elseif $order == "!`$id`"} {$name} {else} {$name} {/if} {/foreach} {foreach $list as $row} {/foreach}
{if $row.contact_email_id > 0} {$row.name|escape} {else} <[`contact deleted`]> {/if} {$row.datetime|wa_datetime}
[`Total addresses`]: {$total_rows} {if count($pagination) > 1}
    {if $current_page != 1}
  • {/if} {foreach $pagination as $page => $offset} {if $offset !== false} {$page} {else}
  • ...
  • {/if} {/foreach} {if $current_page != $page}
  • {/if}
{/if}
[`Show`] {$records_on_page = [30, 50, 100, 200, 500]} [`records`]
{elseif $list_id == -1} {elseif empty($list)}
{if $search}

[`No subscribers match search criteria.`]

{else} {if $list_id == 0}

[`Subscribers are the persons who have expressly opted for receiving email messages from you by submitting their email addresses via a subscription form on your website. To collect subscribers’ email addresses, create a form and publish it on your website or blog.`]

{else} {if empty($subscribe_list.forms)}

[`To collect subscribers’ email addresses to this list, enable this list in your subscription form settings.`]

{else}

[`No subscribers in this list.`]

{/if} {/if} {/if}
{/if} {capture assign=deletion_list_confirm_text}

[`Do you really want to delete this list?`]

{if $list_id > 0 && !empty($list)}

[`Contacts will NOT be deleted.`]

{/if} {/capture} {capture assign=deletion_subscriber_confirm_text} {if $list_id == 0}

{sprintf_wp('Do you really want to eliminate contact %s from all subscribers?', '')}

[`This contact will not be deleted. It will be only removed from all subscription lists.`]

{else}

{sprintf_wp('Do you really want to eliminate contact %s from this subscribers list?', '')}

[`This contact will not be deleted. It will be only eliminated from this subscription list.`]

{/if}

{/capture} {capture assign=deletion_subscriber_confirm_button_text} {if $list_id == 0} [`Remove from all subscribers`] {else} [`Remove from this subscribers list`] {/if} {/capture}