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

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

Thank you for staying at {{ d2_sys_config('sys_orginization') }}. It was wonderful to have you.

Please find attached your final invoice {{ invoice.docNo }} and statement. We look forward having you visit again.

{% endblock %}