{% extends 'layout.html' %} {% load fr_display %} {% block content %}

{% if is_self %}Your {% else %} {% include 'snippets/username.html' with user=user possessive=True %} {% endif %} shelves

{% include 'snippets/user_header.html' with user=user %}
{% if is_self %}
{% endif %}

{{ shelf.name }} {% include 'snippets/privacy-icons.html' with item=shelf %}

{% if is_self %}
{% endif %}
{% include 'snippets/shelf.html' with shelf=shelf ratings=ratings %}
{% endblock %}