Notification Text Preview

% if text: % for item in text:

${item['media_type'].capitalize()}

${item['subject']}
% if agent != 'scripts':
${item['body']}
% endif
% endfor % else:
Failed to generate preview.
% endif