{% extends 'layout.html' %} {% block content %} {% include 'user_header.html' with user=user %} {% include 'snippets/covers_shelf.html' with shelves=shelves user=user %}

User Activity

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

No activities yet!

{% endif %}
{% endblock %}