1Subject: [%"Result of your command"|loc|qencode%] 2 3[%|loc%]Here are the lists you are currently subscribed to:[%END%] 4 5[% FOREACH l = lists -%] 6[% l %] 7[% END %] 8 9[% IF is_owner %][%|loc%]Lists you are owner of:[%END%] 10 11[% FOREACH l = owner_lists -%] 12[% l %] 13[% END %] 14[% END -%] 15 16[% IF is_editor %][%|loc%]Lists you are moderator of:[%END%] 17 18[% FOREACH l = editor_lists -%] 19[% l %] 20[% END %] 21[% END %] 22