{% 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 #}