{% extends "base.html" %} {% block title %}{{ cl.name }} — {{ library_name() }}{% endblock %} {% block content %} {% set _err = error or request.query_params.get('error') %} {% if _err %}
{% endif %}
Slug: {{ cl.slug }} ·
{% if cl.is_public %}Public{% else %}Private{% endif %}
{% if cl.is_featured %} · Featured{% endif %}
· Order: {{ cl.display_order }}
{{ cl.description }}
{% endif %}| # | Work ID | Title | Annotation | |
|---|---|---|---|---|
| {{ entry.display_order }} | {{ entry.work_id }} | {% if entry.work %}{{ entry.work.title }}{% else %}—{% endif %} | {{ entry.annotation or '—' }} |
No works in this list yet.
{% endif %}