{% extends 'base.html' %} {% block content %} {% if book['thumbnail'] %} {% else %}
URL: | {{ resource['bookUrl'] }} | ||
---|---|---|---|
Title: | {{ book['Title'] }} | ||
Authors: | {% for author in book['Authors'] %} {{ author }} {% endfor %} | {% else %}Author: | {% for author in book['Authors'] %} {{ author }} {% endfor %} | {% endif %}
ISBN-13: | {{ book['ISBN-13'] }} | ||
Publication year: | {{ book['Year'] }} | ||
Publisher: | {{ book['Publisher'] }} | ||
Summary: | {{ book['desc'] }} | ||
Title: | {{ resource['name'] }} | ||
Author: | {{ resource['author'] }} | ||
Publication year: | {{ resource['year'] }} | ||
Summary: | {{ resource['description'] }} |
{{ relationship['description']|truncate(100) }}
{{ relationship['description']|truncate(100) }}
{{ relationship['description']|truncate(100) }}