{$headline}
Logout ({$username})
Home
All available mailing lists
You can edit mailing lists on this page. Just click on its name. To post a message into a mailing list send an email to example@{$domain}, where "example" is the lists name.
★
Lists you own (editable)
{foreach $lists as $list} {if $list == 1}
✓
{$list@key}
{/if} {/foreach}
★
All other lists (not editable)
{foreach $lists as $list} {if $list == 0}
✗
{$list@key}
{/if} {/foreach}