Files
mwitnessing/src/templates/emails/newShifts.hbs
Dobromir Popov dba6d594fd ССОМ
2024-04-20 17:23:44 +03:00

14 lines
487 B
Handlebars
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{!-- Subject: ССОМ: Нови назначени смени--}}
<section>
<h2>Здравей {{publisherFirstName}} {{publisherLastName}}!</h2>
<p>Ти регистриран да получавате известия за нови смени на количка.</p>
<p>За месец {{month}} имате следните смени:</p>
<div>
{{{shifts}}}
</div>
</section>
<footer class="footer">
Изпратено на: {{sentDate}}
</footer>