debug_email
The debug_email filter outputs the results of a variable in a debug statement specifically formatted for using in emails. Useful when developing form notification emails.
This filter is unique to Aptuitiv. It is not part of the core Twig functionality.
{{ form.fields|debug_email }}
{{ form.fields|debug_email('Form fields') }}