{%- extends "publisher/Page/base.weasy.html" -%} {% set show_printed_time = True %} {%- block main %}

{{obj.title}}

{% if obj.subtitle %}

{{obj.subtitle}}

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

{{_("Register")}}

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

{{_("Authors")}}

{{"; ".join(rt.models.sources.authors_summary(obj))}}

{{_("Copyright")}}

{{"
".join(rt.models.sources.copyright_summary(obj))}}

{% endblock %} {%- endblock main %}