{% extends '::email.html.twig' %} {% block subject %} {{ subject }} {% endblock %} {% block body %}

Hi {% if customer %}{{ customer.Firstname }}{% endif %},

Thank you for checking in at {{ d2_sys_config('sys_orginization') }}. Its wonderful to have you here and we trust you will enjoy your stay.

Please find attached your accomodation invoice {{ invoice.docNo }}.

{% endblock %}