{{if emailContactUser}}
E-Mail-Adresse: {{emailContactUser|html}}
{{/if}}
{{if firstName}}
FirstName: {{firstName|html}}
{{/if}}
{{if lastName}}
Last Name: {{lastName|html}}
{{/if}}
{{if company}}
Company: {{company|html}}
{{/if}}
{{if message}}
Message:
{{message|html}}
{{/if}}