{% extends 'groups/layout.html' %} {% load i18n %} {% load bookwyrm_tags %} {% load markdown %} {% block panel %}
{% if request.GET.updated %}
{% trans "You successfully added a user to this group!" %}
{% endif %} {% if not group.members.exists %}

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

{% else %}

Group Members

{% endif %} {% if not group.lists.exists %}

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

{% else %}

Lists

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