{% extends 'layout.html' %} {% load i18n %} {% load bookwyrm_tags %} {% block title %}{% trans "Updates" %}{% endblock %} {% block content %}
{% trans "There are no books here right now! Try searching for a book to get started" %}
{% else %} {% with active_book=request.GET.book %}{% if shelf.identifier == 'to-read' %}{% trans "To Read" %} {% elif shelf.identifier == 'reading' %}{% trans "Currently Reading" %} {% elif shelf.identifier == 'read' %}{% trans "Read" %} {% else %}{{ shelf.name }}{% endif %}
{% include 'snippets/book_titleby.html' with book=book %}
{% include 'snippets/shelve_button/shelve_button.html' with book=book %}