flex-template-web/ext/default-mail-templates/booking-request-declined/booking-request-declined-html.html
Boyan Tabakov 1202b6158f Move default mail templates to default directory
This makes it easier to merge changes to customization projects
2018-03-13 11:35:06 +02:00

16 lines
No EOL
503 B
HTML

{{~#*inline "format-date"~}}
{{date date format="MMM d, YYYY"}}
{{~/inline~}}
<html>
<body>
<h1>Your booking request was declined.</h1>
{{#with transaction}}
<p>Unfortunately {{provider.display-name}} decided to decline your booking request for {{listing.title}} from {{> format-date date=booking.start}} to {{> format-date date=booking.end}}. You have not been billed.</p>
{{/with}}
<p><a href="{{marketplace.url}}">Try to book something else instead</a></p>
</body>
</html>