{% extends 'components/dropdown.html' %} {% load i18n %} {% load utilities %} {% 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" blocks=False %}
  • {% if followers_page %}
  • {% include 'snippets/remove_follower_button.html' with user=user class="is-fullwidth" %}
  • {% endif %} {% endblock %}