Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
91ef9b93
Commit
91ef9b93
authored
Mar 07, 2017
by
Administrator
Browse files
Use all metadata of a protocol
parent
069562f1
Changes
1
Show whitespace changes
Inline
Side-by-side
templates/protocol-mail.txt
View file @
91ef9b93
...
...
@@ -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.meta
s
%}
{{meta.name}}: {{meta.value}}
{% endfor %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment