{% extends 'layout.html' %}
{% block content %}
{{ list.name }} {% include 'snippets/privacy-icons.html' with item=list %}
{% include 'snippets/trimmed_text.html' with full=list.description %}
This list is currently empty
{% else %} {% for book in list.books.all %} {{ book }} {% endfor %} {% endif %}{% include 'snippets/book_titleby.html' with book=book %}