2020-09-28 10:29:03 +00:00
|
|
|
<h4>{{_("Request for Quotation")}}</h4>
|
2020-09-28 12:12:22 +00:00
|
|
|
<p>{{ supplier_salutation if supplier_salutation else ''}} {{ supplier_name }},</p>
|
2016-03-03 08:30:35 +00:00
|
|
|
<p>{{ message }}</p>
|
2020-09-28 12:12:22 +00:00
|
|
|
<p>{{_("The Request for Quotation can be accessed by clicking on the following button")}}:</p>
|
2022-05-23 04:38:20 +00:00
|
|
|
<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 %}
|
2022-05-23 04:38:20 +00:00
|
|
|
<br>
|
2020-09-28 12:12:22 +00:00
|
|
|
<p>{{_("Please click on the following button to set your new password")}}:</p>
|
2022-05-23 04:38:20 +00:00
|
|
|
<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>
|
2022-05-23 04:38:20 +00:00
|
|
|
{{_("Regards")}},<br>
|
|
|
|
{{ user_fullname }}
|
2020-09-28 10:29:03 +00:00
|
|
|
</p>
|