{% include 'summary/partial/title_bar.html' with title=content.description.title %}
{{ content.description.lead|linebreaksbr }}
{{ content.description.text|linebreaks }}
{% include 'summary/partial/title_bar.html' with title=title %}

{{ content.infos.location.title }}: {{ content.infos.location.text }}

{{ content.infos.sites.title }}: {{ content.infos.sites.text }}

{{ content.infos.geo_reference_title }}
    {% for list_item in content.infos.geo_reference %}
  • {{ list_item }}
  • {% endfor %}

{{ content.infos.spread.title }}: {{ content.infos.spread.text }}

{{ content.infos.date.title }}: {{ content.infos.date.text }}

{{ content.infos.introduction.title }}
{% include 'summary/partial/unordered_list.html' with class="highlights_list" list_items=content.infos.introduction.items %}