##// END OF EJS Templates
celery: ensure celery workers are compatible with python3.11 and also fix CLI option for celery 5.X
celery: ensure celery workers are compatible with python3.11 and also fix CLI option for celery 5.X

File last commit:

r4447:ae62a3cc default
r5102:4a1c6bb5 default
Show More
email.mako
24 lines | 276 B | application/x-mako | MakoHtmlLexer
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head></head>
<body>
SUBJECT:
<pre>${c.subject}</pre>
PLAINTEXT:
<pre>
${c.email_body_plaintext|n}
</pre>
</body>
</html>
<br/><br/>
HTML:
${c.email_body|n}