{% extends 'feed/feed_layout.html' %} {% load bookwyrm_tags %} {% block panel %}

{{ tab | title }} Timeline

{# announcements and system messages #} {% if not goal and tab == 'home' %} {% now 'Y' as year %} {% endif %} {# activity feed #} {% if not activities %}

There aren't any activities right now! Try following a user to get started

{% endif %} {% for activity in activities %}
{% include 'snippets/status.html' with status=activity %}
{% endfor %} {% endblock %}