Skip to content
Snippets Groups Projects
Commit 91ef9b93 authored by Administrator's avatar Administrator
Browse files

Use all metadata of a protocol

parent 069562f1
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment