{% extends "base.html" %} {% from "_macros.html" import cover_url %} {% block title %}{{ cl.name }} — {{ library_name() }}{% endblock %} {% block content %}

{{ cl.name }}

{% if cl.description %}

{{ cl.description }}

{% endif %} {% if entries %} {% else %}

This list has no items yet.

{% endif %} {% if user and has_permission(user, 'curatedlist.manage') %}

Edit this list

{% endif %} {% endblock %}