{% extends 'groups/layout.html' %} {% load i18n %} {% load bookwyrm_tags %} {% load markdown %} {% block panel %}
{% include "groups/members.html" %}

Lists

{% if not group.lists.exists %}

{% trans "This group has no lists" %}

{% else %} {% endif %} {% include "snippets/pagination.html" with page=items %}
{% endblock %}