brotherton-erpnext/erpnext/templates/emails/request_for_quotation.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
676 B
HTML
Raw Normal View History

2020-09-28 10:29:03 +00:00
<h4>{{_("Request for Quotation")}}</h4>
<p>{{ supplier_salutation if supplier_salutation else ''}} {{ supplier_name }},</p>
2016-03-03 08:30:35 +00:00
<p>{{ message }}</p>
<p>{{_("The Request for Quotation can be accessed by clicking on the following button")}}:</p>
<br>
<a
href="{{ rfq_link }}"
class="btn btn-default btn-sm"
target="_blank">
{{ _("Submit your Quotation") }}
</a>
<br>
<br>
2016-03-03 08:30:35 +00:00
{% if update_password_link %}
<br>
<p>{{_("Please click on the following button to set your new password")}}:</p>
<a
href="{{ update_password_link }}"
class="btn btn-default btn-xs"
target="_blank">
{{_("Set Password") }}
</a>
<br>
<br>
{% endif %}
2020-09-28 10:29:03 +00:00
<p>
{{_("Regards")}},<br>
{{ user_fullname }}
2020-09-28 10:29:03 +00:00
</p>