{if $subscription_message}
{$subscription_message}
{else}

{"Subscribe"|plang}

{*if $site.general_public*}
{foreach from=$custom_fields item=field} {if $field.type == 6} {ac_field_html field=$field} {else} {/if} {/foreach}
{"Email"|plang}
{"First Name"|plang}
{"Last Name"|plang}
{$field.title|ac_field_title:$field.type} {ac_field_html field=$field}

{"Please also verify yourself by typing the text in the following image into the box below it."|plang}


{if $site.gd}
{/if}

 

{"Subscribe To Lists"|plang}:

{if !$listfilter} {* no list filter set; show all lists *}
{foreach from=$listsList item=l} {if (!$l.private)}

{/if} {/foreach}
{else} {* list filter set (either through nl=#, or gl=# in URL), so show those exact lists (nl), or lists pertaining to that group (gl) *} {foreach from=$listsList item=l} {if (!$l.private)}

{/if} {/foreach} {/if}
{*/if*} {/if}