Files
lms/lms/templates/emails/payment_reminder.html
Jannat Patel e2c28e211f Merge pull request #1309 from pateljannat/issues-76
fix: misc batch issues
2025-02-13 21:26:17 +05:30

25 lines
780 B
HTML
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.
<div>
<p>{{ _('Hi') }} {{ billing_name }},</p>
<br>
<p>{{ _('We noticed that you started enrolling in the') }} {{ type }} {{ title }} {{ _('but didnt complete your payment') }}.</p>
<br>
<p>
{{ _("We have a limited number of seats, and they won't be available for long!")}}
</p>
<br>
<p>
{{ _("Dont miss this opportunity to enhance your skills. Click below to complete your enrollment") }}:
</p>
<br>
<p>
<a href="{{ link }}">👉 {{ _("Complete Your Enrollment") }}</a>
</p>
<br>
<p>
{{ _("If you have any questions or need assistance, feel free to reach out to our support team.") }}
</p>
<br>
<p>
{{ _("Looking forward to seeing you enrolled!") }}
</p>
</div>