[%|loc(user.email)%]From: %1[%END%]
[%|loc(mailto)%]To: %1[%END%]

[% SET counter = 0 %] [% SET stringto = '' %] [% FOREACH r = recipients %] [% IF counter == 0 %] [% stringto = r.value.local_to _ ' ' _ r.value.domain_to %] [% counter = 1 %] [% ELSE %] [% stringto = stringto _ ',' _ r.value.local_to _ ' ' _ r.value.domain_to %] [% END %] [% END %] [% IF request_topic %]

[%|loc%]This list is configured to require topic(s).[%END%]
[%|loc%]Please select one or more topic(s) that corresponds to your message :[%END%]

[% FOREACH t = available_topics %] [% t.title %]
[% END %]
[% END %]