{% extends 'embed-layout.html' %} {% load i18n %} {% load bookwyrm_tags %} {% load bookwyrm_group_tags %} {% load markdown %} {% block title %}{% blocktrans with list_name=list.name owner=list.user.display_name %}{{ list_name }}, a list by {{owner}}{% endblocktrans %}{% endblock title %} {% block content %}
{% include 'lists/created_text.html' with list=list %} {% blocktrans with site_name=site.name %}on {{ site_name }}{% endblocktrans %}
{% trans "This list is currently empty" %}
{% else %}{% include 'snippets/stars.html' with rating=item.book|rating:request.user %}