mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-31 02:26:50 +10:00
16 lines
No EOL
537 B
HTML
16 lines
No EOL
537 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>
|
|
</body>
|
|
</html> |