{% include 'summary/partial/title_bar.html' with title=title %}
{{ content.compiler.title }}
{% include 'summary/partial/unordered_list.html' with list_items=content.compiler.items class="compact" %}
{{ content.reviewer.title }}
{% include 'summary/partial/unordered_list.html' with list_items=content.reviewer.items class="compact" %}
{{ content.meta.created.title }}: {{ content.meta.created.value|date }}
{{ content.meta.updated.title }}: {{ content.meta.updated.value|date }}
{{ content.people.title }}
{% include 'summary/partial/unordered_list.html' with list_items=content.people.items class="compact" %}
{{ content.more.title }}
{% include 'summary/partial/unordered_list.html' with list_items=content.more.items class="compact" %}
{{ content.links.title }}
{% include 'summary/partial/unordered_list.html' with list_items=content.links.items class="compact" %}
{{ content.project_institution.title }}
{{ content.project_institution.institutions.title }} {{ content.project_institution.projects.title }}
{% if content.references.items|length %}
{{ content.references.title }}
{% include 'summary/partial/unordered_list.html' with list_items=content.references.items class="bullets" %}
{% endif %} {% if content.web_references.items|length %}
{{ content.web_references.title }}
    {% for element in content.web_references.items %}
  • {{ element.title }}: {{ element.url }}
  • {% endfor %}
{% endif %}