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

{{ shelf.name }}

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