{% extends 'layout.html' %} {% load i18n %} {% load bookwyrm_tags %} {% block content %}
{% trans "There are no books here right now! Try searching for a book to get started" %}
{% else %}{{ shelf.name }}
{% include 'snippets/book_titleby.html' with book=book %}