{% extends 'layout.html' %} {% load fr_display %} {% block content %} {% include 'user_header.html' with user=user %} {% for shelf in shelves %}

{{ shelf.name }}

{% include 'snippets/shelf.html' with shelf=shelf ratings=ratings %}
{% endfor %} {% endblock %}