{% load convert_tags booktype_tags %} {% get_meta "publisher" as publisher %} {% get_meta "rights" as rights %} {% get_property "bkterms:short_description" as short_description %} {% get_property "dcterms:issued" as issued %} {% get_property "dcterms:dateCopyrighted" as date_copyrighted %} {% get_property "bkterms:publisher_city" as publisher_city %} {% get_property "bkterms:ebook_isbn" as ebook_isbn %} {% get_property "dcterms:rightsHolder" as rights_holder %} {% get_property "add_meta_terms:text_by" as text_by %} {% get_property "add_meta_terms:edited_by" as edited_by %} {% get_property "add_meta_terms:translation_by" as translation_by %} {% get_property "add_meta_terms:introduction_by" as introduction_by %} {% get_property "add_meta_terms:cover_design" as cover_design %} {% get_property "add_meta_terms:cover_photography" as cover_photography %} {% get_property "add_meta_terms:photography" as photography %} {% get_property "add_meta_terms:illustration_by" as illustration_by %} {% get_property "add_meta_terms:research" as research %} {% get_property "add_meta_terms:lectorate" as lectorate %} {% get_property "add_meta_terms:proofreading" as proofreading %} {% get_property "add_meta_terms:rights_clearing" as rights_clearing %} {% get_property "add_meta_terms:typeface" as typeface %} {% get_property "add_meta_terms:printed_on" as printed_on %} {% get_property "add_meta_terms:bookbinder" as bookbinder %} {% get_property "add_meta_terms:printer" as printer %} {% get_property "add_meta_terms:printer_country" as printer_country %} {% get_property "add_meta_terms:acknowledgement" as acknowledgement %} {% get_property "add_meta_terms:paper_certification" as paper_certification %} {% get_property "add_meta_terms:edition" as edition %} {% get_property "add_meta_terms:url_publisher" as url_publisher %} {% get_property "add_meta_terms:url_author" as url_author %} {% get_property "add_meta_terms:bibliographic_information" as bibliographic_information %} {% get_property "add_meta_terms:dedication" as dedication %}
{{ title }}
{% assign needs_br 1 %} {% endif %} {% if subtitle %}{{ subtitle }}
{% assign needs_br 1 %} {% endif %} {% if author %}{{ author }}
{% assign needs_br 1 %} {% endif %} {% if needs_br %}Edited by {{ edited_by }}
{% assign needs_br 1 %} {% endif %} {% if text_by %}Text by {{ text_by }}
{% assign needs_br 1 %} {% endif %} {% if translation_by %}Translation by {{ translation_by }}
{% assign needs_br 1 %} {% endif %} {% if introduction_by %}Introduction by {{ introduction_by }}
{% assign needs_br 1 %} {% endif %} {% if cover_design %}Cover design by {{ cover_design }}
{% assign needs_br 1 %} {% endif %} {% if cover_photography %}Cover image by {{ cover_photography }}
{% assign needs_br 1 %} {% endif %} {% if photography %}Photography by {{ photography }}
{% assign needs_br 1 %} {% endif %} {% if illustration_by %}Illustration by {{ illustration_by }}.
{% assign needs_br 1 %} {% endif %} {% if research %}Research: {{ research }}
{% assign needs_br 1 %} {% endif %} {% if lectorate %}Lectorate: {{ lectorate }}
{% assign needs_br 1 %} {% endif %} {% if proofreading %}Proofreading: {{ proofreading }}
{% assign needs_br 1 %} {% endif %} {% if rights_clearing %}Rights clearing: {{ rights_clearing }}
{% assign needs_br 1 %} {% endif %} {% if needs_br %}Typeface: {{ typeface }}
{% assign needs_br 1 %} {% endif %} {% if printed_on or paper_certification %}Printed on: {{ printed_on }} {% if paper_certification %}{{ paper_certification }}{% endif %}
{% assign needs_br 1 %} {% endif %} {% if bookbinder %}Bookbinder: {{ bookbinder }}
{% assign needs_br 1 %} {% endif %} {% if printer %}Printed by {{ printer }}{% if printer_country %}, {{ printer_country }}{% endif %}
{% assign needs_br 1 %} {% elif printer_country %}Printed in {{ printer_country }}
{% assign needs_br 1 %} {% endif %} {% if needs_br %}{{ acknowledgement }}
Published by {{ publisher }}{% if publisher_city %}, {{ publisher_city }}{% endif %}{% if edition %}, {{ edition }}{% endif %}{% if issued %}, {{ issued }} {% endif %}
{% assign needs_br 1 %} {% endif %} {% if isbn %}ISBN: {{ isbn }}
{% assign needs_br 1 %} {% endif %} {% if needs_br %}© {% if date_copyrighted %} {{ date_copyrighted }} {% endif %}{% if rights_holder %}{{ rights_holder }}{% endif %}{% if rights %}. {{ rights }} {% endif %} {% assign needs_br 1 %}
{% endif %} {% if url_publisher or url_author %}
{% if url_publisher %}
{{ url_publisher }}
{% endif %}
{% if url_author %}
{{ url_author }}
{% endif %}
{% assign needs_br 1 %}
Bibliographic information published by {{ bibliographic_information }}
This book was created with Booktype. For more information, please visit: www.booktype.pro
Discover Omnibook, a social platform for writing books, and create your own book at www.omnibook.pro
{{ dedication }}