{% load bookwyrm_tags %} {% load utilities %} {% load i18n %} {% for shelf in shelves %} {% comparison_bool shelf.identifier active_shelf.shelf.identifier as is_current %} {% if dropdown %}{% endif %} {% endfor %} {% if dropdown %} {% if readthrough and active_shelf.shelf.identifier != 'read' %} {% endif %} {% if active_shelf.shelf %} {% endif %} {% endif %}