diff --git a/bookwyrm/templates/groups/group.html b/bookwyrm/templates/groups/group.html index a73d78250..4fea5a84e 100644 --- a/bookwyrm/templates/groups/group.html +++ b/bookwyrm/templates/groups/group.html @@ -8,7 +8,7 @@
{% trans "Members can add and remove books on your group's book lists" %}
+ +{% block panel %} ++ {% blocktrans trimmed with mutuals=user.mutuals|intcomma count counter=user.mutuals %} + {{ mutuals }} follower you follow + {% plural %} + {{ mutuals }} followers you follow{% endblocktrans %} +
+ {% elif user.shared_books %} ++ {% blocktrans trimmed with shared_books=user.shared_books|intcomma count counter=user.shared_books %} + {{ shared_books }} book on your shelves + {% plural %} + {{ shared_books }} books on your shelves + {% endblocktrans %} +
+ {% elif request.user in user.following.all %} ++ {% trans "Follows you" %} +
+ {% endif %} +{% trans "Members can add and remove books on your group's book lists" %}
- -{% block panel %} -