{% extends 'snippets/components/dropdown.html' %} {% block dropdown-trigger %} More shelves {% endblock %} {% block dropdown-list %} {% for shelf in request.user.shelf_set.all %}
  • {% if active_shelf.shelf.identifier != 'reading' and shelf.identifier == 'reading' %} {% else %} {% endif %}
  • {% endfor %} {% endblock %}