{{ document.title }}

{% if document.subtitle %}
{{ document.subtitle }}
{% endif %} {% if document.summary %}
{{ document.summary }}
{% endif %}
{% if document.author %}
{{ labels.author }}
{{ document.author }}
{% endif %} {% if document.status %}
{{ labels.status }}
{{ document.status }}
{% endif %} {% if document.version %}
{{ labels.version }}
{{ document.version }}
{% endif %} {% if document.date %}
{{ labels.date }}
{{ document.date }}
{% endif %} {% if document.copyright %}
{{ labels.copyright }}
{{ document.copyright }}
{% endif %}