2021-03-01 12:14:30 +01:00

11 lines
182 B
Plaintext

{% if profile %}
Feedback from: {{profile.fullname}} <{{profile.email}}>
Profile ID: {{profile.id}}
{% else %}
Feedback from: {{from}}
{% endif %}
Subject: {{subject}}
{{content}}