# We need to perform some postprocessing on the notification content as it is neccessary to use inline CSS styles
# for best mail client compatibility. In particular, OTRS uses elements with inline CSS instead of .
# Here we also change the inline style of this to match with the current design.
[% Data.Body
.replace(' ', ' ')
.replace('', ' ')
.replace(' ]*>', ' ')
.replace('border:none;border-left:solid\s+blue\s+1.5pt;padding:0cm\s+0cm\s+0cm\s+4.0pt', 'border: none; border-left: 1px solid #f92 !important; color: #555; margin: 10px 5px 10px 0px; padding: 0px 10px;')
%]
|