{% extends '::email.html.twig' %} {% block system_name %} {{ d2_sys_config('sys_orginization') }}: Customer Communications {% endblock system_name %} {% block subject %} {{ subject }} {% endblock subject %} {% block body %}

A platform customer submitted the following query:

Name:{{ name }}
Email:{{ email }}
Telephone:{{ telephone }}
Message:{{ message }}

{% endblock body %}