[%- USE T8 %] [%- USE L %] [%- USE HTML %]
[%- IF SAVED_MESSAGE %]

[% SAVED_MESSAGE %]

[%- END %]
[% title %]

[% 'Follow-Up for user' | $T8 %]
[% 'Follow-Up Date' | $T8 %] [% L.date_tag('follow_up_date', follow_up_date) %]
[% 'Subject' | $T8 %]
[% 'Body' | $T8 %]

[%- IF id %] [%- END %] [%- IF POPUP_MODE %] [%- END %]

[%- IF POPUP_MODE %] [%- IF FOLLOW_UPS.size %]
[% 'Existing pending follow-ups for this item' | $T8 %]

[%- FOREACH row = FOLLOW_UPS %] [%- END %]
[% 'Follow-Up Date' | $T8 %] [% 'Subject' | $T8 %] [% 'Created by' | $T8 %] [% 'Follow-up for' | $T8 %]
[% HTML.escape(row.follow_up_date) %] [% HTML.escape(row.subject) %] [% HTML.escape(row.created_by_name) %] [% HTML.escape(row.created_for_user_name) %]

[%- END %] [%- END %] [%- FOREACH row = LINKS %] [%- END %]