6 lines
365 B
HTML
6 lines
365 B
HTML
<h3>{{ _("Thank you for your email") }}</h3>
|
|
<p>{{ _("Your query has been received. We will reply back shortly. If you have any additional information, please reply to this mail.") }}</p>
|
|
<p>{{ _("Reference: {0} {1}").format(reference_doctype, reference_name) }}</p>
|
|
<p style="font-size: 80%; color: #888">
|
|
{{ _("This is an automatically generated reply") }}
|
|
</p>
|