{% extends "core/base.html" %} {% load bootstrap4 font_awesome i18n staticfiles %} {% load render_table from django_tables2 %} {% block bootstrap4_extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% if book.cover %}
![]() |
{% fa 'book' %} | {{ book.title }} | ||
{% fa 'pencil' %} | {{ book.author }} | |||
{% fa 'building' %} | {{ book.publisher }} | |||
{% fa 'hashtag' %} | {{ book.edition }} | {% fa 'calendar-edit' %} | {{ book.year }} |