flex-template-web/ext/default-mail-templates/booking-request-auto-declined/booking-request-auto-declined-html.html
2018-12-18 16:40:52 +02:00

20 lines
743 B
HTML

{{~#*inline "format-date"~}}
{{date date format="MMM d, YYYY"}}
{{~/inline~}}
<html>
<body>
<h1>Your booking request has expired.</h1>
{{#with transaction}}
<p>Unfortunately {{provider.display-name}} didn't respond to your booking request for {{listing.title}} from {{> format-date date=booking.start}} to {{> format-date date=booking.end}} on time, so the request has expired. You have not been billed.</p>
{{/with}}
<p><a href="{{marketplace.url}}">Try to book something else instead</a></p>
<hr />
<p>You have received this email notification because you are a member of {{marketplace.name}}. If you no longer wish to receive these emails, please contact {{marketplace.name}} team.</p>
</body>
</html>