{{ document.title }}

{% if document.subtitle %}
{{ document.subtitle }}
{% endif %} {% if document.summary %}
{{ document.summary }}
{% endif %} {# Label ueber dem Wert, ohne Doppelpunkt - gleicher Aufbau und gleiche Klassennamen wie im PDF-Theme, damit ein Theme-Autor nicht zwei Vokabulare lernen muss. Die Felder stehen als Liste statt als fuenf fast gleiche if-Bloecke: die Reihenfolge ist damit an einer Stelle ablesbar, und ein neues Feld ist eine Zeile. `if value` filtert leere Angaben weg. #}
{% for label, value in [ (labels.author, document.author), (labels.status, document.status), (labels.version, document.version), (labels.date, document.date), (labels.copyright, document.copyright), ] if value %}
{{ label }}
{{ value }}
{% endfor %}