{% for book in object_list %} {{ book.title }} • {{ book.author }}{% if book.translator %} (번역: {{ book.translator }}{% endif %} • {{ book.publisher }} {% if book.pub_date %} • {{ book.pub_date }}{% endif %} [M] {% if book.disclosure %}공개{% else %}비공개{% endif %} {% empty %} 등록된 책이 없습니다. {% endfor %}