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

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

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

{{ shelf.name }}

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