{% include "groups/members.html" with group=group %}
-
-
Lists
+
+
+
+
+
{% trans "Lists" %}
+
+ {% trans "Members of this group can create group-curated lists." %}
+
+
+ {% if request.user.is_authenticated and group|is_member:request.user %}
+
+ {% trans "Create List" as button_text %}
+ {% include 'snippets/toggle/open_button.html' with controls_text="create_list" icon_with_text="plus" text=button_text focus="create_list_header" %}
+
+ {% endif %}
+
+{% if request.user.is_authenticated and group|is_member:request.user %}
+
+ {% include 'lists/create_form.html' with controls_text="create_list" curation_group=group %}
+
+{% endif %}
+
+
{% if not lists %}
{% trans "This group has no lists" %}
{% else %}
@@ -45,19 +49,17 @@
{{ list.name }}{% include 'snippets/privacy-icons.html' with item=list %}
-
{% with list_books=list.listitem_set.all|slice:5 %}
- {% if list_books %}
-