{{# @name Form owner HTML @desc This is the html email template that goes to the owner of the site when a form has been submitted. #}}
{{ trans:strings.form_mail_from }}
{{ fields }} {{ if value && handle !== 'consent' }} {{ /if }} {{ /fields }}
{{ trans :key="display" :locale="site:locale" }}:
{{ if (value | is_array) }}
    {{ value }}
  • {{ value }}
  • {{ /value }}
{{ else }}{{ value }}{{ /if }}
{{ trans:strings.form_mail_submitted }} {{ now | timezone | format:r }}.
{{ trans:strings.form_mail_from }}