{% if chapter.number_prefix %}
{{ labels.chapter }} {{ chapter.number_prefix }}
{% endif %}

{{ chapter.display_title }}

{% if chapter.subtitle %}
{{ chapter.subtitle }}
{% endif %} {% if chapter.summary %}
{{ chapter.summary }}
{% endif %} {# Lokales Kapitel-TOC falls aktiviert #} {% if chapter.chapter_toc and chapter.local_toc_items %}
{{ labels.chapter_toc_title }}
{% endif %}