{{ i18n_TABLE_OF_CONTENTS }}
{% include "book_toc_list.html" %}
{% for entity in entity.entities %}
{% if entity.isBook %}
{% include "booktemplate.html" %}
{% else %}
{% if entity.isPage %}
{% include "pagetemplate.html" %}
{% endif %}
{% endif %}
{% endfor %}