diff --git a/templates/protocol-mail.txt b/templates/protocol-mail.txt index 661f4ace75c50e50efbc6c691c8bf5562648194f..fa09eb64575272f21dbe4677265d5f510e3e383f 100644 --- a/templates/protocol-mail.txt +++ b/templates/protocol-mail.txt @@ -4,7 +4,7 @@ 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 %} -{% for meta in protocol.meta %} +{% for meta in protocol.metas %} {{meta.name}}: {{meta.value}} {% endfor %}