{% load i18n %} {% csrf_token %} {% load utilities %}
{{ list_form.name }}
{{ list_form.description }}
{% trans "List curation:" %}

{% trans "Only you can add and remove books to this list" %}

{% trans "Anyone can suggest books, subject to your approval" %}

{% trans "Anyone can add books to this list" %}

{% trans "Group members can add to and remove from this list" %}

{% if user.memberships.exists %}
{% else %} {% with user|username as username %} {% url 'user-groups' user|username as url %}

{% trans "You don't have any Groups yet!" %}

{% trans "Create a Group" %}

{% endwith %} {% endif %}
{% if list.id %}
{% endif %}
{% include 'snippets/privacy_select.html' with current=list.privacy %}