• {{ _('Delete conversation') }}
  • {% for member in conversation.members %} {% if member.id != current_user.id %}
  • {{ _('Block @%(author_name)s', author_name=member.display_name()) }}
  • {% endif %} {% endfor %} {% for instance in conversation.instances() %}
  • {{ _("Block chats and posts from instance: %(name)s", name=instance.domain) }}
  • {% endfor %}
  • {{ _('Report to moderators') }}
  • {{ _('If you are reporting abuse then do not delete the conversation - moderators will not be able to read it if you delete it.') }}