{% extends 'feed/feed_layout.html' %} {% load i18n %} {% load bookwyrm_tags %} {% load humanize %} {% block panel %}
{% trans "There aren't any activities right now! Try following a user to get started" %}
{% endif %} {% for activity in activities %} {% if not activities.number > 1 and forloop.counter0 == 2 and suggested_users %} {# suggested users on the first page, two statuses down #}{% blocktrans with mutuals=user.mutuals|intcomma count counter=user.mutuals %}{{ mutuals }} follower you follow{% plural %}{{ mutuals }} followers you follow{% endblocktrans %}
{% elif user.shared_books %}{% blocktrans 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 %}
{% endif %}