diff --git a/templates/protocol-mail.txt b/templates/protocol-mail.txt
index 12e2529a0a5e1d27c7506b7c78b7598a968a5f5b..c36fb495456ada4d3238203f44f6745cab6bc536 100644
--- a/templates/protocol-mail.txt
+++ b/templates/protocol-mail.txt
@@ -1,11 +1,12 @@
-Protocol der {{protocol.name}} vom {{protocol.date|datify}}
+Protokoll der {{protocol.protocoltype.name}} vom {{protocol.date|datify}}
 
 Datum: {{protocol.date|datify_long}}
 {% if protocol.start_time is not none and protocol.end_time is not none %}
 Zeit: von {{protocol.start_time|timify}} bis {{protocol.end_time|timify}}
 {% endif %}
-Protokoll: {{protocol.author}}
-Anwesende: {{protocol.participants}}
+{% for meta in protocol.meta %}
+{{meta.name}}: meta.value
+{% endfor %}
 
 Die Tagesordnung ist:
 {% if not protocol.has_nonplanned_tops() %}