{% if book.cover_img %}
{% else %}
{% endif %}

{{ book.a_title }}
by {{ book.a_author }}
{% tags_for_object book as tag_list %} {% if book.tags.count != 0 %}
{% for tag in book.tags.all %}
{{ tag.name }}
{% endfor %}
{% endif %}
{{ book.a_summary }}
{% endfor %}