{{ book.a_title }}
by {{ book.a_author }}
{% if user.is_authenticated %}
{{ book.a_status }}
{% endif %} {% tags_for_object book as tag_list %} {% if tag_list %}
{% for tag in tag_list %}
{{ tag.name }}
{% endfor %}
{% endif %}
{% ifnotequal book.dc_language None %}
{{ book.dc_language }}
{% else %}
Unknown
{% endifnotequal %}
{{ book.downloads }}
{{ book.dc_publisher }}
{{ book.dc_issued }}
{{ book.dc_rights }}
{{ book.a_summary }}
{% endif %}