{formlabel label="Subscriptions"}
{forminput}
{foreach from=$newsletters item='newsletter'}
{forminput label="checkbox"}{$newsletter.title}{/forminput}
{/foreach}
{formhelp note="Uncheck the box to opt-out of the specified newsletter."}
{if count($newsletters) > 1}
Unsubscribe All
{formhelp note="Check this box to unsubscribe from all of the above newsletters."}
{/if}
{/forminput}