{% extends 'components/dropdown.html' %} {% load bookwyrm_tags %} {% block dropdown-trigger %} More options {% endblock %} {% block dropdown-list %}
  • {% include 'snippets/block_button.html' with user=user class="is-fullwidth" %}
  • {% endblock %}