[`Subscribers`]

{if $list}
[`Subscription form`]
{/if}
{if !$list}
{if $search}

[`No subscribers match search criteria.`]

{else}

[`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, publish the form displayed below on your website or blog.`]

{/if}
{/if}
{if $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_id > 0} {$row.name|escape} {else} <[`contact deleted`]> {/if} {$row.datetime|wa_datetime}
[`Total addresses`]: {$total_rows} {if count($pagination) > 1}
    {foreach $pagination as $page => $start} {if $start !== false} {$page} {else}
  • ...
  • {/if} {/foreach}
{/if}
{else}

[`No subscribed addresses yet.`]

{/if}