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