{% extends 'layout.html' %}
{% load i18n %}
{% load humanize %}
{% load bookwyrm_tags %}
{% block title %}{{ user.display_name }}{% endblock %}
{% block content %}
{% include 'snippets/username.html' with user=requester show_full=True %}
{% include 'snippets/follow_request_buttons.html' with user=requester %}