[% IF container.parent && container.parent.message %]
[% SET parent = container.parent.message %]
In reply to:
[% END %]
[% IF container.children %]
Follow ups:
[% FOREACH temp = container.children %]
[% SET child = temp.message %]
- [% child.subject | html %]
[% child.from | html %] [% date.format(child.epoch_date) %]
[% END %]
[% END %]