2016-03-03 08:30:35 +00:00
|
|
|
<h3>{{_("Request for Quotation")}}</h3>
|
|
|
|
<p>{{ message }}</p>
|
|
|
|
{% if update_password_link %}
|
|
|
|
<p>{{_("Please click on the following link to set your new password")}}:</p>
|
|
|
|
<p><a href="{{ update_password_link }}">{{ update_password_link }}</a></p>
|
|
|
|
{% else %}
|
2016-09-30 22:45:20 +00:00
|
|
|
<p>{{_("The request for quotation can be accessed by clicking on the following link")}}:</p>
|
2016-03-29 10:34:25 +00:00
|
|
|
<p><a href="{{ rfq_link }}">Submit your Quotation</a></p>
|
2016-03-03 08:30:35 +00:00
|
|
|
{% endif %}
|
|
|
|
<p>{{_("Thank you")}},<br>
|
2016-09-30 22:45:20 +00:00
|
|
|
{{ user_fullname }}</p>
|