{if !$newsletters || $gContent->isValid() || $smarty.request.new} {strip}
{bithelp}

{tr}Newsletter Settings{/tr}

{form legend="Create / Edit Newsletters"} {if $individual eq 'y'} {tr}There are individual permissions set for this newsletter{/tr}

{/if}
{formlabel label="Title" for="title"} {forminput} {formhelp note="Title of the newsletter."} {/forminput}
{formlabel label="Description" for="description"} {forminput} {formhelp note="Description of the newsletter, that users know what they are getting themselves into."} {/forminput}
{formlabel label="Users can Subscribe" for="allow_user_sub"} {forminput} mInfo.allow_user_sub eq 'y'}checked="checked"{/if} /> {formhelp note="Users can subscribe to this list. Disabling this options means that you have to manually add users to the list."} {/forminput}
{formlabel label="Any e-mail Address" for="allow_any_sub"} {forminput} mInfo.allow_any_sub eq 'y'}checked="checked"{/if} /> {formhelp note="Users may subscribe using any email address."} {/forminput}
{formlabel label="Append Un/Subscribe Instructions" for="unsub_msg"} {forminput} mInfo.unsub_msg eq 'y'}checked="checked"{/if} /> {formhelp note="Append instructions on how to subscribe / unsubscribe to ever outgoing newsletter. This is only useful when users can un / subscribe to the list themselves."} {/forminput}
{formlabel label="Validate e-mail Addresses" for="validate_addr"} {forminput} mInfo.validate_addr eq 'y'}checked="checked"{/if} /> {formhelp note="Validate all email addresses before they are added to the list. This might result in members not being added despite working email addresses."} {/forminput}
{/form}
{/strip} {else} {include file="bitpackage:newsletters/list_newsletters.tpl"} {/if}