{bithelp}

{tr}Admin newsletter subscriptions{/tr}

{form}
{if $gContent->getField('validate_addr') eq 'y'} {formfeedback warning="Validate Email is enabled, a confirmation email will be sent to every subsciber inviting them to the newsletter. Any duplicate or previously unsubscribed emails will *NOT* be re-subscribed using this method."} {else} {formfeedback warning="Validate Email is disabled, emails will be subscribed but not validated by the users. Any duplicate or previously unsubscribed emails will *NOT* be re-subscribed using this method."} {/if}
{formlabel label="New Subscribers" for=""} {forminput} {formhelp note="Enter multiple email addresses on separate lines to import into the subscriber list"} {/forminput}
{forminput} {/forminput}
{/form} {minifind} {form id="list"} {section name=sb loop=$subscribers} {sectionelse} {/section}
{tr}Subscriptions{/tr}
{smartlink ititle="Email" isort=email offset=$offset idefault=1} {smartlink ititle="Valid" isort=is_valid offset=$offset idefault=1} {smartlink ititle="Subscribed" isort=subscribed_date offset=$offset idefault=1} {smartlink ititle="Unsubscribed" isort=unsubscribe_date offset=$offset idefault=1} {tr}Actions{/tr}
{$subscribers[sb].email} {$subscribers[sb].is_valid} {$subscribers[sb].subscribed_date|bit_short_datetime} {if $subscribers[sb].unsubscribe_date ne NULL}{$subscribers[sb].unsubscribe_date|bit_short_datetime}{/if}
{tr}No Records Found{/tr}

{/form}