{% extends 'components/dropdown.html' %} {% block dropdown-trigger %} More shelves {% endblock %} {% block dropdown-list %} {% include 'snippets/shelve_button/shelve_button_options.html' with active_shelf=active_shelf shelves=request.user.shelf_set.all dropdown=True class="shelf-option is-fullwidth is-small" %} {% endblock %}