{% load i18n %} {% load utilities %} {% load humanize %} {% load bookwyrm_tags %} {% if request.GET.updated %}
{% trans "Members can add and remove books on your group's book lists" %}
{% block panel %}{% blocktrans trimmed with mutuals=member.mutuals|intcomma count counter=member.mutuals %} {{ mutuals }} follower you follow {% plural %} {{ mutuals }} followers you follow{% endblocktrans %}
{% elif member.shared_books %}{% blocktrans trimmed with shared_books=member.shared_books|intcomma count counter=member.shared_books %} {{ shared_books }} book on your shelves {% plural %} {{ shared_books }} books on your shelves {% endblocktrans %}
{% elif request.user in member.following.all %}{% trans "Follows you" %}
{% endif %}