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