{%- extends "publisher/Page/base.weasy.html" -%} {%- block main %}

{{obj.title}}

{% if obj.subtitle %}

{{obj.subtitle}}

{%- endif %} {% if obj.body %}
{{obj.body_full_preview}}
{% endif %} {% for item in obj.items.all() %} {{item.as_book_item(ar)}} {% endfor %}

{{_("Index")}}

{% for term, seqnos in obj.get_index_items() %} {{term}}: {{", ".join(seqnos)}}
{% endfor %}

{{_("Sources")}}

{{"
".join(obj.sources_summary())}}

{{_("Copyright")}}

{{"; ".join(obj.authors_summary())}}

{{"
".join(obj.copyright_summary())}}

{% set site_owner = dd.get_plugin_setting('contacts', 'site_owner') %}

Published {{fds(dd.today())}} by {{", ".join(site_owner.get_address_lines(with_url=True))}}

{%- endblock main %}